You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging purposes, it is sometimes necessary to start off with a fresh DB. As such, create a script to delete the db, as well as back it up.
I'm sure there are ways to do this with Neo4J without using an external scripting language, but since this will be easy and effective, might as well do it in Python / makefile for now.
The text was updated successfully, but these errors were encountered:
Description
For debugging purposes, it is sometimes necessary to start off with a fresh DB. As such, create a script to delete the db, as well as back it up.
I'm sure there are ways to do this with Neo4J without using an external scripting language, but since this will be easy and effective, might as well do it in Python / makefile for now.
The text was updated successfully, but these errors were encountered: