package
0.0.0-20240702075708-0be5f3d058c4
Repository: https://github.com/milosgajdos/orbnet.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewDB returns a new instance of DB associated with the given datasource name.
NewEdgeService creates an instance of EdgeService and returns it.
NewGraphService creates an instance of GraphService and returns it.
NewNodeService creates an instance of NodeService and returns it.
No description provided by the author
# Variables
ErrDBClosed is returned if attempting a transaction on closed DB.
# Structs
DB is an in-memory graph store.
EdgeService lets you manage graph edges.
GraphService lets you manage graphs.
NodeService manages graph nodes.
Tx wraps DB to provide graph CRUD operations.
TxEdge wraps memory.Edge.
TxNode wraps memory.Node.