We have several databases in our system:
py2neo uses the one that has been set as the default. How can we access any of the other databases?
We have several databases in our system:
py2neo uses the one that has been set as the default. How can we access any of the other databases?
Hello @pwrose.ucsd
I think this could help you:
https://py2neo.org/2.0/essentials.html#authentication
Regards,
Cobra
Make sure you are using the recent v5 version of py2neo.
Selecting the database can be done via de Graph() instance where you can select the database via the name parameter.