删库跑路

neo4j :

MATCH (n)

OPTIONAL MATCH (n)-[r]-()

DELETE n,r


es :

curl -XDELETE http://localhost:9200/*


JanusGraph :

graph.close()

JanusGraphFactory.drop(graph)

你可能感兴趣的:(删库跑路)