You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this is not super complicated, you just need to send a cypher USE <database> command to switch to the right database.
This would be really helpful for running both a test and dev database locally with a single instance of neo4j, similar to how ActiveRecord uses test/dev databases by default.
The text was updated successfully, but these errors were encountered:
Neo4j 4.0+ (enterprise) supports multiple databases.
It seems this is not super complicated, you just need to send a cypher
USE <database>
command to switch to the right database.This would be really helpful for running both a test and dev database locally with a single instance of neo4j, similar to how ActiveRecord uses test/dev databases by default.
The text was updated successfully, but these errors were encountered: