Question

How to create a new database in neo4j through neo4j .net readify client?? by default it takes me to the same database

Était-ce utile?

La solution

Neo4j does not have a concept of multiple databases. Either run Neo4j on different ports with different graph.db directories or use multiple subgraphs in one Neo4j instance.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top