oteam-sender-dal-sequelize

2.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i oteam-sender-dal-sequelize

Weekly Downloads

0

Version

2.0.1

License

none

Last publish

Collaborators

  • dima.bessarab