# sequelize **Repository Path**: mirrors_taoqf/sequelize ## Basic Information - **Project Name**: sequelize - **Description**: An easy-to-use multi SQL dialect ORM for Node.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sequelize [![Build Status](https://travis-ci.org/sequelize/sequelize.svg?branch=master)](https://travis-ci.org/sequelize/sequelize) [![Windows Build status](https://ci.appveyor.com/api/projects/status/9l1ypgwsp5ij46m3/branch/master?svg=true)](https://ci.appveyor.com/project/sushantdhiman/sequelize/branch/master) [![codecov](https://codecov.io/gh/sequelize/sequelize/branch/master/graph/badge.svg)](https://codecov.io/gh/sequelize/sequelize) [![Bountysource](https://www.bountysource.com/badge/team?team_id=955&style=bounties_received)](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received) [![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize-slack.herokuapp.com/) [![npm](https://img.shields.io/npm/dm/sequelize.svg?maxAge=2592000)](https://www.npmjs.com/package/sequelize) [![License](https://img.shields.io/npm/l/sequelize.svg?maxAge=2592000?style=plastic)](https://github.com/sequelize/sequelize/blob/master/LICENSE) 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. [Stable (v3) documentation](http://docs.sequelizejs.com/en/v3/) [Master / unstable (v4-pre) documentation](http://docs.sequelizejs.com/en/latest/) ## Installation `npm install sequelize` From 3.0.0 and up Sequelize will follow [SEMVER](http://semver.org). 3.0.0 contains important security fixes so we highly recommend that users upgrade. Starting from 4.0.0 Sequelize will only support Node v4 and above to use ES6 features. ## Features - Schema definition - Schema synchronization/dropping - 1:1, 1:M & N:M Associations - Through models - Promises - Hooks/callbacks/lifecycle events - Prefetching/association including - Transactions - Migrations - CLI ([sequelize-cli](https://github.com/sequelize/cli)) ## Responsible disclosure If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md) ## Resources - [Changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md) - [Getting Started](http://docs.sequelizejs.com/en/latest/docs/getting-started/) - [Express Example](https://github.com/sequelize/express-example) - [Documentation](http://docs.sequelizejs.com/en/latest/) - [Collaboration and pull requests](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md) - [Roadmap](https://github.com/sequelize/sequelize/issues/2869) - [Twitter](https://twitter.com/SequelizeJS): @SequelizeJS - [Slack](https://sequelize.slack.com) - [IRC](http://webchat.freenode.net?channels=sequelizejs): sequelizejs on Freenode - [Google Groups](https://groups.google.com/forum/#!forum/sequelize) - [Add-ons & Plugins](https://github.com/sequelize/sequelize/wiki/Add-ons-&-Plugins)