oteam-sender-dal-sequelize
Sender DAL based on Sequelize ORM with MMSQL
Getting Started
Install the module with:
npm install oteam-sender-dal-sequelize
``
javascript
var UnitOfWork = require('oteam-sender-dal-sequelize');
var config = require('./config.json');
var unitOfWork = new UnitOfWork(config); // "unit of work"
``
Documentation
_(Coming soon)_
Examples
_(Coming soon)_
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using
Grunt.
Release History
_(Nothing yet)_
License
Copyright (c) 2016 Dima Bessarab
Licensed under the MIT license.