Skip to content

Instantly share code, notes, and snippets.

@ahmed-bacha
Created February 8, 2015 14:12
Show Gist options
  • Save ahmed-bacha/3cc17909bae607390f43 to your computer and use it in GitHub Desktop.
Save ahmed-bacha/3cc17909bae607390f43 to your computer and use it in GitHub Desktop.
Neo4J clean DB from console
MATCH (n)
OPTIONAL MATCH (n)-[r]-()
DELETE n,r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment