Closed jannyHou closed 4 years ago
connect to https://github.com/strongloop/loopback-connector-cloudant/issues/217
customers = db.define('customers', { userId: {type: Number, id: true}, // partition key field countryCode: {type: String, isPartitionKey: true}, name: String, zipCode: Number, });
This PR adds the name of partition key field to couchdb/cloudant's model object. The corresponding cloudant PR is https://github.com/strongloop/loopback-connector-cloudant/pull/230
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
connect to https://github.com/strongloop/loopback-connector-cloudant/issues/217
This PR adds the name of partition key field to couchdb/cloudant's model object. The corresponding cloudant PR is https://github.com/strongloop/loopback-connector-cloudant/pull/230
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machine