We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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")