Hi!
I have this(previous thema is closed) question from development perspective, how to use DGraph in development? With other databases most people use dev and test databases locally (dev to develop against, where they have some mock data and test for clean testing ).
The solution, according to other threads is still to use different databases for any logical separation. Means starting a new database for new project, using different databases for dev and test environment. Means actually, I need 2 databases(1 per project) and third testing(which can be shared, because any test will drop all data afterwards) database. Is it right and a way to handle it?