how to clear a db in neo4j code example Example: clear neo4j database match (a) -[r] -> () delete a, r match (a) delete a