1
0
Fork 0
arangodb/Documentation/Examples/cursorNext.generated

8 lines
137 B
Plaintext

arangosh> db.five.all().next();
{
"name" : "two",
"_id" : "five/1148515211",
"_rev" : "1148515211",
"_key" : "1148515211"
}