neo4j-field / pyingest

Apache License 2.0
49 stars 14 forks source link

Support for multi-database #6

Closed mholford-neo closed 3 years ago

mholford-neo commented 3 years ago

User may enter a database name under the file stanza. If present, this can be used by the Driver when creating a Session. If no database is specified, it should default to whatever the DefaultDatabase is set to be on the Neo4j server.

mholford-neo commented 3 years ago

Checked in