You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be really nice if I could create Mongo/Mongoose Adapters using a connection object instead of a connection string.
I want to create some mocha tests and today I have to keep a database running (in memory or full) to be able to connect to it.
By being able to initialise mongoose adapter using a connection, I could use mongoose-mock or some other mock api.
The text was updated successfully, but these errors were encountered:
It'd be really nice if I could create Mongo/Mongoose Adapters using a connection object instead of a connection string.
I want to create some mocha tests and today I have to keep a database running (in memory or full) to be able to connect to it.
By being able to initialise mongoose adapter using a connection, I could use mongoose-mock or some other mock api.
The text was updated successfully, but these errors were encountered: