Pinned Repositories
cli
The Sequelize CLI
express-example
A proposal for the usage of Sequelize within an Express.JS application.
sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
sequelize-admin
A connect module for managing database entries of registered sequelize models.
sequelize-auto
Automatically generate bare sequelize models from your database.
sequelize-pool
Resource pool implementation. It can be used to throttle expensive resources.
sequelize-restful
A connect module that adds a restful API for all defined models to your application.
sequelize-typescript
Decorators and some other features for sequelize
umzug
Framework agnostic migration tool for Node.js
website
Our beloved website that contains all versions of our documentations and the API references.
Sequelize's Repositories
sequelize/sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
sequelize/sequelize-auto
Automatically generate bare sequelize models from your database.
sequelize/sequelize-typescript
Decorators and some other features for sequelize
sequelize/cli
The Sequelize CLI
sequelize/express-example
A proposal for the usage of Sequelize within an Express.JS application.
sequelize/umzug
Framework agnostic migration tool for Node.js
sequelize/sequelize-restful
A connect module that adds a restful API for all defined models to your application.
sequelize/sequelize-admin
A connect module for managing database entries of registered sequelize models.
sequelize/sequelize-sscce
Base repository for creating and sharing Sequelize SSCCEs
sequelize/sequelize-pool
Resource pool implementation. It can be used to throttle expensive resources.
sequelize/doc
Sequelize Documentation
sequelize/website
Our beloved website that contains all versions of our documentations and the API references.
sequelize/sequelize-performance
Some performance tests for sequelize and some other libraries for comparison.
sequelize/sequelize-authentication
A connect module for authentication against a database.
sequelize/gulp-sequelize
Gulp tasks for the sequelize.
sequelize/sequelize.org
sequelize/doclets
Hosted automated jsdoc API documentation
sequelize/sequelize-cli
sequelize/sequelize-utils
Some handy utils for the development of Sequelize.
sequelize/sequelize-contrib-dockerfile
Dockerfile for Sequelize contribution env (MySQL + Postgres + MariaDB)
sequelize/pr-auto-update-and-handle-conflicts
Automatically update PR branches based on filters & execute an action on conflict
sequelize/bluebird
Sequelize fork of Bluebird, provides SQL events on top of promises + BC
sequelize/toposort
Topologically sort directed acyclic graphs (such as dependency lists) in node.js
sequelize/meetings
Repository that contains all info related to team meetings and made decisions.
sequelize/proxy-release-to-open-collective
Takes a release object and proxies it to The OpenCollective
sequelize/sequelize-postgres
Postgis enabled image for Sequelize