nbo-crud
v2.0.3
Published
CRUD abstraction layer for most common SQL and noSQL database engines, built with love on top of Nodejs with adapters for Sequelize and Mongoose ORM.
Downloads
2
Maintainers
Readme
node-crud
CRUD abstraction layer for most common SQL and noSQL database engines, built with love on top of Nodejs with adapters for Sequelize and Mongoose ORM.
- Out of the box generic CRUD methods for any project's model
- A generic "query" method to perform more complicated queries
- Easily extendable, you can create your own ORM adapter
- use ES6 promise with bluebird library
- Fully tested