Versions in this module Expand all Collapse all v0 v0.8.1 May 23, 2023 Changes in this version + var NewTransaction = graph.NewTransaction + var StartMorphism = path.StartMorphism + var StartPath = path.StartPath + func Quad(subject, predicate, object, label interface{}) quad.Quad + func Triple(subject, predicate, object interface{}) quad.Quad + type Handle struct + func NewGraph(name, dbpath string, opts graph.Options) (*Handle, error) + func NewMemoryGraph() (*Handle, error) + func (h *Handle) Close() error + type Iterator = iterator.Shape + type Path = path.Path + type QuadStore = graph.QuadStore + type QuadWriter = graph.QuadWriter