1
0
Fork 0
arangodb/Documentation/Examples/documentsDocumentName.gener...

7 lines
120 B
Plaintext

arangosh> db._document("example/12345");
{
"_id" : "example/12345",
"_rev" : "1169224587",
"_key" : "12345"
}