I am trying to connect a unit test installation with Arango. To do this, I need to be able to reset the test database about all tests.
I know that we can directly remove the database from the REST API, but the documentation mentions that creating and deleting may "take some time."
Would this be the recommended way to do this setup, or is there an AQL statement to do something like this?
source share