Skip to content

CleverStack/clever-orm

Folders and files

NameName
Last commit message
Last commit date
Oct 5, 2015
Feb 27, 2015
Mar 22, 2015
May 25, 2016
Feb 27, 2015
Jan 20, 2014
Mar 12, 2015
Jan 20, 2014
Aug 17, 2015
Mar 12, 2015
Mar 16, 2015
Mar 12, 2015
Mar 29, 2015
Mar 29, 2015
Oct 5, 2015

Repository files navigation

CleverStack ORM Module

NPM version GitHub version Dependency Status devDependency Status Code Climate Build Status Coverage NPM downloads Built with Grunt

CleverStack NodeJS ORM Module

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.

Documentation

See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide. For more information about using clever-orm (and models in general) please see the 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!