nicomp
nicomp

Reputation: 4647

How to switch databases while browsing a database

I have a Neo4j database open in a browser window. Is there a cypher command to stop the current database and start a different database without leaving the browser?

I can do it this way but it's inconvenient:

How to switch databases

Upvotes: 0

Views: 247

Answers (1)

stdob--
stdob--

Reputation: 29172

You can not use the cypher query at this time to restart or change the database.

Upvotes: 1

Related Questions