Library to build Sequelize models using ES6 code
This project connects to your local earbug DB and generates sequelize classes for the `eb` schema.
AutoMapper TypeScript Core
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
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, 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.
AutoMapper TypeScript Core
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
Compile ES2015 classes to ES5
A simple mock interface specifically for testing code relying on Sequelize models
open telemetry instrumentation for the `sequelize` module
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)
Convert Sequelize models into various JSON Schema variants (using the Strategy Pattern)
A service adapter for Sequelize an SQL ORM
<div align="center"> <img width="200" height="200" src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png"> <h1>@jimp/utils</h1> <p>Utils for jimp extensions.</p> </div>
Official Express/Sequelize Liana for Forest
Alternative to single and class table inheritance plugins for sequel
an ActiveRecord/Sequel style class for static reference data
This is a set of plugins for Sequel for declaring a model’s table schema and any migrations in the class itself (similar to the legacy schema plugin).
A cutomizeable class-based filtering/searching library for Sequel
This plugin makes it possible to declare simple before and after callbacks on the class level just like ActiveRecord
Now your `Sequel::Model` classes has method for getting `pg_enum` values from DataBase by field name.
A gem for generic connection pooling / resource pooling. The code is mostly taken from Sequel gem's ThreadedConnectionPool class, and adapted for more general use.
This gem takes your ruby input, plus an object such as a Sequel::Model object, and generates HTML code. If the object has values, they're inserted into the HTML, and if the object has error messages, code is generated to display them. You can use CSS, but it's not automated in this class of methods.
Sequel plugin designed to maintain a revision history of an object. Sequel_revisioned will create a revision table and model specific to the class that calls `is :revisioned`. It's set up this way to allow multiple tables to maintain revisions without interfering with each other.