tungus icon indicating copy to clipboard operation
tungus copied to clipboard

Mongoose driver for TingoDB embedded database

Results 11 tungus issues
Sort by recently updated
recently updated
newest added

Hi, I love the idea of this lib, I thought I could switch between Mongoose versions in dev and prod mode to only fix small incompatibilities. But it shows that...

Hello, i want to use this excellent package with mongoose and tingoDB but for now when i install it i get 18 vulnerabilities (2 low, 5 moderate, 8 high, 3...

Mongoose 4.x uses API of MongoDB driver 2.0.x which is not supported currently. It should be possible to make adoption within tungus driver if required.

I'm trying to run the tests and this assertion keeps failing. https://github.com/sergeyksv/tungus/blob/29012d64046de50ae0a0e8920e0619e3bee8d46a/test/model.test.js#L3870 When logging the object it's checking this is the output I get. ```js {title: 'Test', _id: ObjectID {...

Hello there, i've achieved to adapt Tungus to work with newer mongoose incarnations as discussed in #15 , which ended in a full rewrite. This has been tested in a...

I want to replace the database with a new copy after each of my e2e test. But when I try to delete the current database the operation is denied. I...

I am working with BeagleBone. I need to have two services. One is simple web application to make configuration (call i an A) , and other is application that use...

`index.js` is missing from the drivers directory on latest NPM instal... suggest bumping version and rebuilding as master works great. Thanks for the hard work you put into this!

When subdocuments are added to a property (on the parent) containing a collection of these subdocuments, and then these subdocuments are removed from the parent,the tungus driver fails to remove...

We got the message error when we executed the example script with mongoose v4.0.2 ``` /node_modules/mongoose/lib/model.js:800 (this.schema.options.autoIndex === null && this.db.config.autoIndex)) { ^ TypeError: Cannot read property 'autoIndex' of undefined...