Neo4j wrapper for Clojure
By Neo4j Staff
December 8, 2008 < 1 min read
Julian Morrison has started to develop a wrapper around Neo4j for Clojure, a Lisp dialect running on the JVM. Here’s how the code using the wrapper can look:(use ‘neo4j)(with-neo "test" (tx (let [c (new-node) b (new-node)] (relate (top-node) :customers c)… Read more →
Explore: bindings clojure Julian Morrison Lisp dialect Neo4j wrapper