oteam-sender-dal-sequelize
v2.0.1
Published
Sender DAL based on Sequelize ORM with MMSQL
Downloads
5
Readme
oteam-sender-dal-sequelize
Sender DAL based on Sequelize ORM with MMSQL
Getting Started
Install the module with: npm install oteam-sender-dal-sequelize
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.