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

7 lines
119 B
Plaintext

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