Matteo Padovano
Matteo Padovano
Implement "ArangoDB Query Builder" like JavaScript node package module.
resolve #499
Loopback now support transactions for RDBMS database. [This](http://docs.strongloop.com/display/public/LB/Using+database+transactions) is the documentation of loopback for transactional query with relation database. Figure out if we can adapt the implementation of the class...
Rewrite all connector query without the aqbjs](https://github.com/arangodb/aqbjs) library. The library does not support any new feature and it has not been updated in the last 2 years.
```js FOR client IN clients FILTER 'OH' IN client.addrs[*].state RETURN client ```
**List of activities:** - [x] honor type of ID - [x] filter property with Date as type - [x] scope - [x] upsertWithWhere - [ ] import data for some...