mongo-model icon indicating copy to clipboard operation
mongo-model copied to clipboard

Model for MongoDB (Node.JS)

Results 4 mongo-model issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 0.9.9 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

ReferenceError: Fiber is not defined at Object.db (/Users/davem/project1/node_modules/mongo-model/lib/helper.coffee:89:39, :112:13) This occurred despite npm install mongo-model I found that I had to cd to the node_modules/mongo-model/ and run npm install manually...

Hi, I like the lib, but not sure if it's still maintained? How does mongo-model compare to https://github.com/alexeypetrushin/mongo-lite? Cheers, Tadek

Very cool little ORM you got here - I respect your choice not to roll validations into core. Have you checked this out? https://github.com/chriso/node-validator Works a treat!