miter-sequelize
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

Build Status

miter-sequelize

This module, miter-sequelize, is a ORM implementation that wraps Sequelize. It is intended to be used as a plugin for the Miter Framework. This module is experimental.

Installation

First, install miter-sequlize using NPM.

npm install --save miter-sequelize

Next, inject SequelizeORMService into your Miter server when it is launched.

import { Miter, ORMService } from 'miter';
import { SequelizeORMService } from 'miter-sequelize';
 
Miter.launch({
    // ...
    
    provide: [
        // ...
        { provide: ORMService, useClass: SequelizeORMService }
    ]
});

Contributing

Miter-Sequelize is an experimental plugin to Miter, which is itself a relatively young framework. There are many ways that it can be improved. If you notice a bug, or would like to request a feature, feel free to create an issue. Better yet, you can fork the project and submit a pull request with the added feature.

Changelog

See what's new in recent versions of Miter.

Attribution

Special thanks to BrowserStack for generously hosting our cross-browser integration tests!

BrowserStack

Readme

Keywords

Package Sidebar

Install

npm i miter-sequelize

Weekly Downloads

0

Version

0.6.1

License

SEE LICENSE IN LICENSE.md

Unpacked Size

149 kB

Total Files

39

Last publish

Collaborators

  • aboveyou00