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

10 lines
157 B
Plaintext

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