abhshkdz / HackFlowy

:notebook: Workflowy clone, built using Backbone.js & Socket.io
806 stars 150 forks source link

Initial Sequelize integration. #8

Closed desyncr closed 10 years ago

desyncr commented 10 years ago

Added orm module to abstract Sequelize usage to some degree. ORM module handles the configuration and instantiation of Sequelize. Models are defined and instantiated from models/*

Tested only against SQLite.

Faily new to nodejs so I probably messed up with something.

desyncr commented 10 years ago

Awesome!