(clj-parameter->neo4j value)
Convert a given clojure primitive into its bolt parameter equivalent If given a vector or list, all elements within needs to be of the same type. This is a limitation in Neo4j not Neo4clj
Convert a given clojure primitive into its bolt parameter equivalent If given a vector or list, all elements within needs to be of the same type. This is a limitation in Neo4j not Neo4clj
(clj-parameters->neo4j params)
Convert a Clojure parameter map to a Neo4j parameter array
Convert a Clojure parameter map to a Neo4j parameter array
(clj-relationship->neo4j rel)
Convert a Clojure Hash-Map representation to a bolt relationship based on the Cypher style guide
Convert a Clojure Hash-Map representation to a bolt relationship based on the Cypher style guide
(clj-value->neo4j-value value)
Convert a given clojure primitive into its bolt query equivalent If given a vector or list, all elements within needs to be of the same type. This is a limitation in Neo4j not Neo4clj
Convert a given clojure primitive into its bolt query equivalent If given a vector or list, all elements within needs to be of the same type. This is a limitation in Neo4j not Neo4clj
(hash-map->properties m)
Convert map keys and values into its bolt equivalent
Convert map keys and values into its bolt equivalent
Converts a Neo4J internal entity to a Clojure Hash-Map
Converts a Neo4J internal entity to a Clojure Hash-Map
(neo4j-entity-basics->clj entity)
Convert a given Neo4J internal object into a hash-map with the basic entity informations
Convert a given Neo4J internal object into a hash-map with the basic entity informations
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close