Automatically version (audit, log) your sequelize models
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
Framework-agnostic migration tool for Node
Decorators and some other features for sequelize
Resource pooling for Node.JS
egg Sequelize plugin, keep sequelize version v6.2.0
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
Automatically generate bare sequelize models from your database.
Automatically version (audit, log) your sequelize models
A simple mock interface specifically for testing code relying on Sequelize models
Session store for connect-session using sequelize
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
open telemetry instrumentation for the `sequelize` module
GraphQL & Relay for MySQL & Postgres via Sequelize
Convert Sequelize models into various JSON Schema variants (using the Strategy Pattern)
Nest - modern, fast, powerful node.js web framework (@sequelize)
OpenTelemetry instrumentation for `sequelize` ORM
sequelize fixture loader
A service adapter for Sequelize an SQL ORM
egg Sequelize plugin
This package provides the methods needed to replace a PostgreSQL ENUM in Sequelize migrations.
pgvector support for Node.js, Deno, and Bun (and TypeScript)
A collection of utilities to help with unit-testing sequelize models
Bitemporal versioning for sequel, fully tested.
The original ActiveScaffold supports Rails (http://rubyonrails.org/) with it's native ORM ActiveRecord. This version replaces support for ActiveRecord with support for Sequel (http://sequel.rubyforge.org/).
Temporal versioning for sequel, fully tested.
TODO
Use this plugin to add flags/bits to your Sequel based models.
Sequel version of Hstore Translate gem
Use this plugin to add flags/bits to your Sequel based models.
Versioning for Sequel ORM models. Port of Carlos Segura's acts_as_versionable.
sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster than the pure ruby version that Sequel uses by default. sequel_pg also offers optimized versions of some dataset methods, as well as adds support for using PostgreSQL streaming.
sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster than the pure ruby version that Sequel uses by default. sequel_pg also offers optimized versions of some dataset methods, as well as adds support for using PostgreSQL streaming.
A wrapper to MaxMind's GeoIP services, that can work with both free and paid versions. Also provides geo-location methods to Active Record and Sequel Models. This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
Rails3 Version of RestfulQuery, provides a simple interface in front of a complex parser to parse specially formatted query hashes into complex SQL queries. It includes ActiveRecord and Sequel extensions.