background preloader

Node.js

Facebook Twitter

Npm registry. RailwayJS. Validations invoked after create, save and updateAttributes, it also possible to skip validations when use save method: Validations can be called manually using isValid method of object Normally all validations result in errors member of object, which is a hash of arrays of error messages: It also can raise exception, if you want, just pass throws: true as param of save method: To setup validation, call it configurator on class:

RailwayJS

Mongoq - A Simple and Easy MongoDB Module for Node.js @ GitHub. Use mongoDB like this: mongoq("db").collection("user").find().toArray(function(err, res){}); Base on node-mongodb-native Install.

Mongoq - A Simple and Easy MongoDB Module for Node.js @ GitHub

Outsider's Dev Story. Node.js.