-
While implementing `hasOne` relation in https://github.com/strongloop/loopback-next/pull/1879, we discovered a requirement for an atomic "find or create" operation that's needed to avoid race conditio…
-
I am trying to use the ?filter rest method, in order to query on nested properties. However, this doesn't seem to work:
`/someResource?filter[where][field.subField][like]=abc`
neither does this (whi…
-
**As a** developer
**I need** our app to work properly after it is migrated to IBM cloud
**So that** we have to choose a database system that IBM cloud supports.
**Assumptions:**
* The free IBM …
-
## Description / Steps to reproduce / Feature proposal
- Deploy todo example connected to cloudant database using connector
- Add some todos
- get todos as a list
- get todos by id
## Current…
-
For small local installations (as a home server etc) CouchDB alone may be bigger than the code that I need to deploy. And I understand that Couch or Cloudant is required by Whisk for configuration and…
-
Hi,
I'm following the guide here https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-cloudant-nosql-db-geospatial#cloudant-geospatial to add a new geospatial index using the 'Design Doc…
-
Provide the primitives and/or higher level syntax to allow more complex queries to be submitted to the database backend, without having to do so much iteration in script.
-
The following have been proposed for deprecation in a future release of CouchDB:
* `_show`
* `_list`
* OS daemons
* Couch proxy stuff (Couch proxying other services - `couch_httpd_proxy`
* VDUs…
-
**As a** customer
**I need** to be able to view the details irrespective of the session
**So that** I can order items that I added few days/hours back in my wishlist
**Assumptions:**
The custome…
-
Our current implementation of model relations (has-many, has-one, belongs-to) is deeply rooted in SQL and based on the assumption that the database take care of referential integrity for us.
Exampl…