1
0
Fork 0
arangodb/Documentation/Examples/collectionDatabaseDropName....

6 lines
217 B
Plaintext

arangosh> col = db.example;
[ArangoCollection 621045186, "example" (type document, status loaded)]
arangosh> db._drop("example");
arangosh> col;
[ArangoCollection 621045186, "example" (type document, status deleted)]