Liking cljdoc? Tell your friends :D

fluree.db.memorydb


bootstrap-flakesclj/s

source

bootstrap-tuplesclj/s

source

fake-connclj/s

(fake-conn)

Returns a fake connection object that is suitable for use with the memorydb if no other conn is available.

Returns a fake connection object that is suitable for use with the memorydb if
no other conn is available.
sourceraw docstring

genesis-ecountclj/s

source

new-dbclj/s

(new-db conn ledger)
(new-db conn ledger bootstrap-opts)

Creates a local, in-memory but bootstrapped db (primarily for testing).

Creates a local, in-memory but bootstrapped db (primarily for testing).
sourceraw docstring

transact-flakesclj/s

(transact-flakes db flakes)

Transacts a series of preformatted flakes into the in-memory db.

Transacts a series of preformatted flakes into the in-memory db.
sourceraw docstring

transact-tuplesclj/s

(transact-tuples db tuples)

Transacts tuples which includes s, p, o and optionally op. If op is not explicitly false, it is assumed to be true.

Does zero validation that tuples are accurate

Transacts tuples which includes s, p, o and optionally op.
If op is not explicitly false, it is assumed to be true.

Does zero validation that tuples are accurate
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close