Is it possible to create/delete different databases in the graph database Neo4j like in MySQL? Or, at least, how to delete all nodes and relationships of an existing graph t
quick and dirty way that works fine:
bin/neo4j stop rm -rf data/ mkdir data bin/neo4j start