Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@soinlabs/sequelize

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soinlabs/sequelize

Multi dialect ORM for Node.JS

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
208
increased by6.67%
Maintainers
3
Weekly downloads
 
Created
Source

Sequelize

npm version Travis Build Status Appveyor Build Status codecov npm downloads Merged PRs semantic-release

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

New to Sequelize? Take a look at the Tutorials and Guides. You might also be interested in the API Reference.

Release

v6 release is now available under @latest tag. You can find detailed changelog here.

Note: master branch points to experimental version not suitable for production. All documentation PRs should be opened for v6 branch. All bug-fix / feature PRs should be opened for master branch first, then for their release target branches i.e. v6 or v5.

Installation

$ npm i sequelize # This will install v6

# And one of the following:
$ npm i pg pg-hstore # Postgres
$ npm i mysql2
$ npm i mariadb
$ npm i sqlite3
$ npm i tedious # Microsoft SQL Server

Documentation

Responsible disclosure

If you have security issues to report, please refer to our Responsible Disclosure Policy for more details.

Resources

Tools

Translations

Keywords

FAQs

Package last updated on 18 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc