I'm running Neo4j 4.0.0 Enterprise and have created a number of different databases. When I enter the Neo4j Browser using:
...I see my default database, neo4j. I know that I can use :use <different_database_name> to switch databases, or I can use the drop-down on the "Database Information" tab to switch databases, but I was wondering if there is a way that I can specify the database as part of the URL, e.g.,
http://neo4j:7474/browser/database=<different_database_name>
Is there a list of parameters that can be specified via the browser URL somewhere (I looked, but was unsuccessful in finding anything), or is that not even a 'thing' that can be done?
Thanks for your time!
Ali