1
0
Fork 0
arangodb/Documentation/Examples/collectionDatabaseDrop.gene...

6 lines
212 B
Plaintext

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