eggjs/sequelize

Name: sequelize

Owner: egg

Description: An easy-to-use multi SQL dialect ORM for Node.js

Forked from: sequelize/sequelize

Created: 2017-12-26 15:34:27.0

Updated: 2017-12-26 15:34:31.0

Pushed: 2018-05-08 05:54:39.0

Homepage: http://docs.sequelizejs.com

Size: 21582

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Sequelize

npm version Build Status Windows Build status codecov Bountysource Slack Status npm downloads node License semantic-release Greenkeeper badge

Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.

Table of Contents
Installation
m install --save sequelize

d one of the following:
m install --save pg@6 pg-hstore # Note that `pg@7` is not supported yet
m install --save mysql2
m install --save sqlite3
m install --save tedious # MSSQL

Sequelize follows SEMVER. Supports Node v4 and above to use ES6 features.

Features
Responsible disclosure

If you have any security issue to report, contact project maintainers privately. You can find contact information here

Documentation
Resources
Tools
Learning
Translations

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.