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
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Hey,
Given how the driver is ment to be integrated into various systems it would make sense to ditch the database configuration files in place of configuring via an array.
In our use case we already have configuration files with DB information for other graph databases. We don't want to have to make an exception and create files for Neo4J.
It's incredibly simple for anyone to implement this behavior if that's what they desire, I don't think it should be the driver's job to handle this.
If I'm mistaken and there is a way to configure the driver without database files. please do let me know.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
Given how the driver is ment to be integrated into various systems it would make sense to ditch the database configuration files in place of configuring via an array.
In our use case we already have configuration files with DB information for other graph databases. We don't want to have to make an exception and create files for Neo4J.
It's incredibly simple for anyone to implement this behavior if that's what they desire, I don't think it should be the driver's job to handle this.
If I'm mistaken and there is a way to configure the driver without database files. please do let me know.
The text was updated successfully, but these errors were encountered: