Skip to content
Michel Perez edited this page Oct 17, 2015 · 2 revisions

You have to create a connection to the database that will be injected via implicit to the persistence methods.

implicit val connection = Neo4jREST("localhost", 7474, "/db/data/", "neo4j", "password")
Clone this wiki locally