mirror of https://gitee.com/bigwinds/arangodb
23 lines
339 B
Plaintext
23 lines
339 B
Plaintext
avocado> var cursor = db.five.all();
|
|
avocado> while (cursor.hasNext()) output(toJson(cursor.next(), true), "\n");
|
|
{
|
|
"doc" : 2,
|
|
"_id" : "5961858:7272578"
|
|
}
|
|
{
|
|
"doc" : 4,
|
|
"_id" : "5961858:7403650"
|
|
}
|
|
{
|
|
"doc" : 3,
|
|
"_id" : "5961858:7338114"
|
|
}
|
|
{
|
|
"doc" : 1,
|
|
"_id" : "5961858:7207042"
|
|
}
|
|
{
|
|
"doc" : 5,
|
|
"_id" : "5961858:7469186"
|
|
}
|