wrapper for sequelize
Use Unit Of Wrok pattern to wrap sequelize up.
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
Wordwrap a string with ANSI escape codes
Wrap words to a specified length.
Helper to wrap functions inside a function call.
Automatically generate bare sequelize models from your database.
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 tiny and fast text wrap library which takes ANSI escapes into account.
Wrap words to a specified length.
Wrap those words. Show them at what columns to start and stop.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
A simple mock interface specifically for testing code relying on Sequelize models
PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.
open telemetry instrumentation for the `sequelize` module
Session store for connect-session using sequelize
pgvector support for Node.js, Deno, and Bun (and TypeScript)
OpenTelemetry instrumentation for `sequelize` ORM
wraps Sequel to provide a non-ORM data-mapping interface
wraps Sequel to provide a non-ORM data-mapping interface
ADBC is Apache Arrow Database Connectivity. It provides a API that can connect to different databases by wrapping database specific APIs. This is not a new approach. There are existing APIs such as Active Record, Sequel and ODBC. The difference between the existing APIs and ADBC is the focus on large data and performance. ADBC is an important part to use Ruby for data processing. We can extract large data from many databases (not only RDBMSs but also data ware houses and so on) and load large data into many databases with ADBC. To use Ruby for data processing, we need data. ADBC helps it.