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

6 lines
219 B
Plaintext

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