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

6 lines
228 B
Plaintext

arangosh> c = db.example;
[ArangoCollection 1142420363, "example" (type document, status loaded)]
arangosh> c.rename("better-example");
arangosh> c;
[ArangoCollection 1142420363, "better-example" (type document, status loaded)]