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

The official MongoDB connector for the LoopBack framework.

Results 50 loopback-connector-mongodb issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

dependencies

This pull request extends @apocist work that can be checked at https://github.com/loopbackio/loopback-connector-mongodb/pull/639 Upgrades connector support to the latest MongoDb driver ^4.6.0. The latest MongoDB driver allows access to MongoDB Altas...

Signed-off-by: jaishirole ## Description of changes Fixes https://github.com/loopbackio/loopback-connector-mongodb/issues/663 Makes sure that fix does cover https://github.com/loopbackio/loopback-connector-mongodb/issues/610 too 1. Since Mongo Connection URLs can have commas in it, the URL class based...

bug
v6.x

Signed-off-by: Rifa Achrinza ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes on your machine - [x] New tests added or...

v5.x

## Suggestion I suggest updating the dependency for MongoDB nodejs driver ^4.1.0 ## Use Cases The latest MongoDB driver allow access to MongoDB Altas cloud infrastructure and loadBalanced databases. Connection...

feature
help wanted

## Steps to reproduce Have a mongodb connection string with multiple hosts and ports (Replica Set or Sharded Cluster) as in https://www.mongodb.com/docs/manual/reference/connection-string/. For example mongodb://mongos0.example.com:27017,mongos1.example.com:27017,mongos2.example.com:27017 ## Current Behavior Cannot start...

bug
v6.x

## Steps to reproduce Install 5.6.0, pass an array of ObjectId's in a query such as: app.models.catalog.find({}, function(err,catalogs) { let catalogIds=[]; for(let i=catalogs.length; i>0; i--) catalogIds.push(catalogs[i-1].id); app.models.registry.find({where:{ catalogId: { in:...

bug
v5.x

Fixes #648 ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes on your machine - [x] New tests added or existing...

Hi everyone, I am current managing a project in which there is a single instance of Loopback application but each Model must have a different datasource based on the current...

bug

Signed-off-by: Rifa Achrinza ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ] `npm test` passes on your machine - [ ] New...