node-crude
Seamless CRUD control operations for node.
Currently works with Express and [Mongoose or Sequelize].
Install
npm install crude --save
Documentation
Still in alpha
Stack
This package assumes you have the following stack:
- Mongoose
- Express
- connect-flash
- Jade
Authors
Release History
- v0.3.4, 23 Feb 2014
- v0.3.3, 23 Feb 2014
- JSON requests with pagination now get the
Link
HTTP header - Better handling of CRUD responses based on requested
accepts
header.
- v0.3.2, 22 Feb 2014
- Update router module to new API.
- v0.3.1, 22 Feb 2014
- Removed all args from ctor, introduced
setEntity()
and setOptions
() methods.
- v0.3.0, 22 Feb 2014
- Changed constructor signature, now only accepts an Entity and optional options.
- v0.2.3, 19 Feb 2014
- Upgrade all dependencies to latest.
- Perform a READ after an UPDATE.
- Bug fixes.
- v0.2.2, 18 Feb 2014
- v0.2.1, 17 Feb 2014
- Lazy instantiate Entities.
- v0.2.0, 17 Feb 2014
- Upgrade to 0.2.1 Entity and Cip packages.
- v0.1.1, 12 Feb 2014
- Now accepts both an instance and a constructor for Entity DI.
- Ctor optimizations.
- v0.1.0, 12 Feb 2014
- v0.0.12, 10 Oct 2013 Bug fixes.
- v0.0.11, 10 Oct 2013 Entities moved to their own repo
- v0.0.3, 15 Jul 2013
- Integrated Middlewarify and made all Entity primitive methods middleware.
- Added Entity tests
- v0.0.2, 21 Jun 2013
License
Copyright 2013 TalkSession
Licensed under the MIT License