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

10 lines
157 B
Plaintext

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