Open andrejtonev opened 7 months ago
@kgolubic We have added the ability to define the landing database via pymgclient.
mgclient.connect(database="your db", ...)
The connection is then locked to the defined db, you cannot switch to another one later on.
FYI @Josipmrden this PR requires a fix in memgraph. Should be delivered via https://github.com/memgraph/memgraph/pull/1884
Add multi-tenant capability.
will return a connection that is limited to the defined database.