質問

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

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top