Search code examples
neo4jneo4jclient

Create a new database through neo4j client


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


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.