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

10 lines
157 B
Plaintext

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