Arangolize
This tool builds find queries in a Sequelize-like way.
Usage
/* You'll need to get the database and collection yourself. This tool just builds the query and bindVars object. const db = new Database()... etc*/ { const query bindVars = await // now use the qeury and bindVars as you normally would const data = await collection return data}