arangosh> var a = db.five.all();
arangosh> while (a.hasNext()) print(a.next());
{
"_key" : "15635",
"_id" : "five/15635",
"_rev" : "_WpTBAEa--D",
"name" : "three"
}
{
"_key" : "15641",
"_id" : "five/15641",
"_rev" : "_WpTBAEe--B",
"name" : "five"
}
{
"_key" : "15638",
"_id" : "five/15638",
"_rev" : "_WpTBAEe--_",
"name" : "four"
}
{
"_key" : "15628",
"_id" : "five/15628",
"_rev" : "_WpTBAEa--_",
"name" : "one"
}
{
"_key" : "15632",
"_id" : "five/15632",
"_rev" : "_WpTBAEa--B",
"name" : "two"
}