Liking cljdoc? Tell your friends :D

hugneo4j.parser


parseclj

(parse neo4j-str)
(parse neo4j-str {:keys [no-header file]})

Parse hugneo4j Cypher string and return sequence of statement definitions of the form: {:header {:name ["my-query"] :doc ["my doc string"] :command [":?"] :result [":1"] :file "sql/queries.sql" :line 12} :cypher ["MATCH (c:User {id:$id}) RETURN c" {:type :v :name :id}]}

Throws clojure.lang.ExceptionInfo on error.

Parse hugneo4j Cypher string and return
sequence of statement definitions
of the form:
{:header {:name   ["my-query"]
          :doc    ["my doc string"]
          :command [":?"]
          :result [":1"]
          :file "sql/queries.sql"
          :line 12}
 :cypher ["MATCH (c:User {id:$id}) RETURN c"
          {:type :v :name :id}]}

Throws clojure.lang.ExceptionInfo on error.
raw docstring

read-neo4j-map-objectclj

(read-neo4j-map-object reader c)

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

× close