1
0
Fork 0
arangodb/Documentation/Examples/documentsCollectionFirst.ge...

10 lines
160 B
Plaintext

arangosh> db.example.first(1);
[
{
"_id" : "example/1152775051",
"_key" : "1152775051",
"_rev" : "1152775051",
"Hello" : "world"
}
]