-
Notifications
You must be signed in to change notification settings - Fork 232
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
Add option to pass driver instead of database_url #744
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## rc/5.2.0 #744 +/- ##
============================================
- Coverage 88.74% 86.34% -2.40%
============================================
Files 22 19 -3
Lines 2629 2416 -213
============================================
- Hits 2333 2086 -247
- Misses 296 330 +34
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Work in progress.
config.py
accepts a neo4j driver instead of aDATABASE_URL
variable.Adds
close_connection
method todb
.Adds a
DATABASE_NAME
config option, available for both URL and driver init methodsFixes tests.