Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 32 RETURN: results projection  Example: FOR u IN users RETURN { "name" : u.name, "likes" : u.likes, "numFriends": LENGTH(u.friends) }  Produces such document for each u found