1
0
Fork 0
arangodb/Documentation/Examples/collectionLoad.generated

6 lines
209 B
Plaintext

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