(create-tables! gs)
create tables in the config of a given graph store
create tables in the config of a given graph store
(graph-store con config)
create a graph store, a graph store is logically an abstraction on top of a database connection that lets you operate on graphs stored in a database
create a graph store, a graph store is logically an abstraction on top of a database connection that lets you operate on graphs stored in a database
(read-only-view gs graph-name)
returns a read only view of the named graph from the given graph store
returns a read only view of the named graph from the given graph store
(transact! gs graph-name fun)
given a graph store and the name of a graph, call function with the graph of that name, function must return a pair of [transact-return-value, updated-graph]
given a graph store and the name of a graph, call function with the graph of that name, function must return a pair of [transact-return-value, updated-graph]
(vid-of-edge gs id edge)
get the raw vid bytes for an edge
get the raw vid bytes for an edge
(with-read-lock gs & body)
execute body with graphstore's read lock
execute body with graphstore's read lock
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close