loopback-connector-arangodb icon indicating copy to clipboard operation
loopback-connector-arangodb copied to clipboard

LoopBack connector for ArangoDB

Results 15 loopback-connector-arangodb issues
Sort by recently updated
recently updated
newest added

After debugging and testing out automigrate, the autoupdate doesn't work nicely. adding these lines to the built javascript fixes the problem, although not clean `var details = {};` `typeof(index.fields) ===...

When running a query with a where filter with an AND that contains objects with more than one key, for example: ```#javascript Model.find({ where: { and: [ { key1: 'value1'...

needs investigation

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...

feature

I'm getting below error when I tried PUT operation from loopback API explorer. `curl -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{data}'` Error `{ "error": { "statusCode": 500,...

feature

In order to avoid JSON circular reference error when model not found in ArangoDB (see issue 29 below), automatic model creation option should be implemented. This feature can also simplify...

feature

Create implicit (GeoPoint => geo index) or explicit (fulltext, etc) indices. Implicit indices should be done automatically when using the specific object definition (e.g. GeoPoint). Explicit indices should be modeled...

feature

see https://github.com/arangodb/arangojs#https

enhancement
low priority

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.

feature