loopback-connector-couch
loopback-connector-couch copied to clipboard
Provides Loopback.io connector for CouchDB document databases.
Is there a mechanism to add custom plugins while interacting with cloudant. From the documentation there is no mechanism to add custom plugins. It will be of great help if...
I have two models in my app as 'Owner' and 'Place'. Owner and Place are related by hasMany relation (i.e Owner hasMany Place). Now I am trying to populate all...
Hi, I currently create an admin user at boot, the same way as the strongloop documentation suggest : https://docs.strongloop.com/display/public/LB/Creating+a+default+admin+user But I need to encapsulate it in a setTimeout with a...
Hi, It would be great to have a ``` "createDatabase": true ``` like mysql connector does. Thanks !
Using operators with the `where` filter always returns an empty array. The problem is that it's using `lodash`'s [`_.where`](https://lodash.com/docs#where) directly (https://github.com/mattange/loopback-connector-couch/blob/master/lib/couch.js#L317).
When calling `instance.save()` on an existing record, CouchDB returns a `409 Document update conflict` when the model definition has the `strict` property set to `true`. It appears that `BaseModel.applyProperties(data, instance)`...
Although in this case, `undefined` might end up being interpreted the same way as `false`, it's technically still a bug.