Skip to content
 
 

Repository files navigation

Sequelize

License

Sequelize is a promise-based Node.js ORM. This fork supports Postgres only — the MySQL, SQLite and MSSQL dialects have been removed. It features solid transaction support, relations, read replication and more.

Table of Contents

Installation

$ npm install --save sequelize

# And the Postgres driver:
$ npm install --save pg pg-hstore

Requires Node v20.20.0 or above.

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)

Documentation

Learning

About

sequelize v4 fork

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages