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

10 lines
157 B
Plaintext

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