Skip to content
Allows you to add CRUD (create, read/readAll, update & delete) functions to existing types.
Puppet Ruby Shell Perl JavaScript HTML Other
Find file
Latest commit 704b264 @flawyte Updated README.md
* Added 'What is crud-model.js ?' section
* Added 'Getting started' section
* Added link to the wiki

README.md

What is crud-model.js ?

crud-model.js is a library which allows you to make any JavaScript type CRUD-able, which means you'll be able to call CRUD methods on it such as MyType.readAll() or myInstance.create(). Those methods will then make the underlying desired HTTP request via AJAX.

crud-model.js can be used in a browser or via node.

Getting started

  1. Start by reading how to install the module and include it in your project, or build it by yourself if you prefer to
  2. Here's some usage examples
  3. See the API Reference for more details
  4. If you plan to modify this lib to fit your needs, you may want to read how to run units tests

Read more in the wiki.

Something went wrong with that request. Please try again.