When using the newest version of py2neo with Neo 4.0.2 is there any way to specify that you want to connect to the non-default database?
e.g. I only have one Neo server and I want to have a 'dev' and a 'prod' graph on the same machine.
If this isn't ...