CleverStack ORM Module ==================== [![NPM version](https://badge.fury.io/js/clever-orm.png)](http://badge.fury.io/js/clever-orm) [![GitHub version](https://badge.fury.io/gh/cleverstack%2Fclever-orm.png)](http://badge.fury.io/gh/cleverstack%2Fclever-orm) [![Dependency Status](https://david-dm.org/CleverStack/clever-orm.png)](https://david-dm.org/CleverStack/clever-orm) [![devDependency Status](https://david-dm.org/CleverStack/clever-orm/dev-status.png)](https://david-dm.org/CleverStack/clever-orm#info=devDependencies) [![Code Climate](https://codeclimate.com/github/CleverStack/clever-orm.png)](https://codeclimate.com/github/CleverStack/clever-orm) [![Build Status](https://secure.travis-ci.org/CleverStack/clever-orm.png?branch=master)](https://travis-ci.org/CleverStack/clever-orm) [![Coverage](https://codeclimate.com/github/CleverStack/clever-orm/coverage.png)](https://codeclimate.com/github/CleverStack/clever-orm) [![NPM downloads](http://img.shields.io/npm/dm/clever-orm.png)](https://www.npmjs.org/package/clever-orm) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) ![CleverStack NodeJS ORM Module](http://cleverstack.github.io/assets/img/logos/node-seed-logo-clean.png "CleverStack NodeJS ORM Module") <blockquote> This CleverStack Module deeply integrates SequelizeJS into CleverStack, to provide an out of the box Object Relational Mapper which is rich in features, widely used and accepted, well tested, mature and reliable Enterprise Grade SQL (DB) Solution for CleverStack. </blockquote> ## Documentation See [cleverstack.io](http://cleverstack.io/documentation/#backend) for more detailed information on the Node seed or visit the [Getting Started Guide](http://cleverstack.io/getting-started/). For more information about using clever-orm (and models in general) please see the [Models](http://cleverstack.io/documentation/backend/models) Documentation. ## Install 1. From your project folder run `clever install clever-orm` 2. In the config file for your desired environment (ie. backend/config/local.json), update the clever-orm object with the details for your database. 3. From your project's `backend` folder, run `NODE_ENV=local grunt db`. The database tables for your modules should now be installed and seeded with data!