Liking cljdoc? Tell your friends :D

neo4clj.java-interop


build-configclj

(build-config opts)

Generates a new Neo4J Config object based on the given options

Supports the current options: :log :level [:all :error :warn :info :off] - defaults to :warn :encryption [:required :none] - defaults to :required

Generates a new Neo4J Config object based on the given options

Supports the current options:
:log :level [:all :error :warn :info :off] - defaults to :warn
:encryption [:required :none] - defaults to :required
sourceraw docstring

connectclj

(connect url)
(connect url cfg)
(connect url usr pwd)
(connect url usr pwd cfg)

Create a new Neo4J connection to the given url, with optional credentials and configuration

Create a new Neo4J connection to the given url, with optional credentials and configuration
sourceraw docstring

executeclj

(execute runner query)
(execute runner query params)

Runs the given query with optional parameters on the given Neo4J session/transaction

Runs the given query with optional parameters on the given Neo4J session/transaction
sourceraw docstring

log-level-mappingclj

Convenience for allowing to use Clojure keywords to describe Neo4J log level.

Convenience for allowing to use Clojure keywords to describe Neo4J log level.
sourceraw docstring

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

× close