Comments on: ArangoDB Query Builder: Simplifying Database Queries https://arangodb.com/2014/12/arangodb-query-builder/ The database for graph and beyond Wed, 26 Jun 2024 09:32:36 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: you https://arangodb.com/2014/12/arangodb-query-builder/#comment-862 Wed, 27 May 2020 04:36:34 +0000 http://www.arangodb.com/?p=5714#comment-862 I don’t think it is helpful to me,
In daily life, we need more queryBuilder APIs like mongoose or sequelize. Is there such a library?
model(“XX”).find({ username:”luke” }).limit(0,10).populate(“something”)

]]>