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

6 lines
226 B
Plaintext

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