Skip to content

pass neo4j database name to create and merge

Tim Bleimehl requested to merge pass-database-name into V3

Optionally pass database to create() and merge(). The Neo4j driver does not specify a database, that happens in the session. Graphio uses the database name if the driver is used.

None will use the default database.

Merge request reports