Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support specifying neo4j database #1651

Open
yourpalal opened this issue Mar 22, 2021 · 2 comments
Open

Feature Request: Support specifying neo4j database #1651

yourpalal opened this issue Mar 22, 2021 · 2 comments
Labels

Comments

@yourpalal
Copy link

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.

@amitsuryavanshi
Copy link
Member

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

@yourpalal
Copy link
Author

The relevant issue on neo4j-ruby-driver appears to be neo4jrb/neo4j-ruby-driver#48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants