(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
(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
(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
Convenience for allowing to use Clojure keywords to describe Neo4J log level.
Convenience for allowing to use Clojure keywords to describe Neo4J log level.
(set-encryption builder encrypted)
Convenience function to determine wheter or not to use encryption
Convenience function to determine wheter or not to use encryption
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close