The neo4j-db-manager
tool provides simple actions for managing multiple Neo4j databases. It allows three verbs:
- List all available Neo4j databases (
.db
directories). - Switch the Neo4j configuration file to point to a new database.
- Remove a Neo4j database directory.
The locations of the Neo4j configuration file and database directory can either be specified in the CLI command or stored in a JSON text file located at ~/.ndeo4jdbprofile
.
- Python 3
- docopt