Liking cljdoc? Tell your friends :D

neo4j-clj.in-memory

This namespace contains the logic to connect to JVM-local in-memory Neo4j instances, esp. for testing.

This namespace contains the logic to connect to JVM-local in-memory Neo4j
instances, esp. for testing.
raw docstring

create-in-memory-connectionclj

(create-in-memory-connection)

To make the local db visible under the same interface/map as remote databases, we connect to the local url. To be able to shutdown the local db, we merge a destroy function into the map that can be called after testing.

All data will be wiped after shutting down the db!

To make the local db visible under the same interface/map as remote
databases, we connect to the local url. To be able to shutdown the local db,
we merge a destroy function into the map that can be called after testing.

_All_ data will be wiped after shutting down the db!
sourceraw docstring

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

× close