pass neo4j database name to create and merge
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.