Automatic serialization/parsing of JSON in your models
Use your Sequelize models in JSON Schemas or Swagger
Automatically generate bare sequelize json models from your database.
Decorators and some other features for sequelize
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
The Sequelize CLI
Resource pooling for Node.JS
Framework-agnostic migration tool for Node
Automatically generate bare sequelize models from your database.
Convert Sequelize models into various JSON Schema variants (using the Strategy Pattern)
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, Oracle, and IBM i. It features solid transaction support, relations, eager and lazy loading, read repli
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, Oracle, and IBM i. It features solid transaction support, relations, eager and lazy loading, read repli
GraphQL & Relay for MySQL & Postgres via Sequelize
A simple mock interface specifically for testing code relying on Sequelize models
open telemetry instrumentation for the `sequelize` module
sequelize fixture loader
Session store for connect-session using sequelize
OpenTelemetry instrumentation for `sequelize` ORM
pgvector support for Node.js, Deno, and Bun (and TypeScript)
Nest - modern, fast, powerful node.js web framework (@sequelize)
   . Plugin detects MySQL json columns on models and adds column accessor that deserializes JSON values automatically (using Sequel's builtin Serialization plugin).
Add json fields to sequel, even if not supported by the engine
A Sequel plugin for eager loading associations in JSON-API specification.
sequel-packer is a flexible declarative DSL-based library for efficiently serializing Sequel models and their associations to JSON.
Rodauth is Ruby's most advanced authentication framework, designed to work in all rack applications. It's built using Roda and Sequel, but it can be used as middleware in front of web applications that use other web frameworks and database libraries. Rodauth aims to provide strong security for password storage by utilizing separate database accounts if possible on PostgreSQL, MySQL, and Microsoft SQL Server. Configuration is done via a DSL that makes it easy to override any part of the authentication process. Rodauth supports typical authentication features: such as login and logout, changing logins and passwords, and creating, verifying, unlocking, and resetting passwords for accounts. Rodauth also supports many advanced authentication features: * Secure password storage using security definer database functions * Multiple primary multifactor authentication methods (WebAuthn and TOTP), as well as backup multifactor authentication methods (SMS and recovery codes). * Passwordless authentication using email links and WebAuthn authenticators. * Both standard HTML form and JSON API support for all features.