activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

Feature Request: Support specifying neo4j database

Open yourpalal opened this issue 3 years ago • 2 comments

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.

yourpalal avatar Mar 22 '21 16:03 yourpalal

@yourpalal Thanks for reporting. We will add this in Feature list.

amitsuryavanshi avatar Mar 23 '21 05:03 amitsuryavanshi

The relevant issue on neo4j-ruby-driver appears to be https://github.com/neo4jrb/neo4j-ruby-driver/issues/48

yourpalal avatar Mar 26 '21 14:03 yourpalal