fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS
OpenTelemetry instrumentation for `mysql2` database client for MySQL
AWS RDS SSL certificates bundles.
Utilities for SQL instrumentations
MySQL adapter for remix/data-table
fast mariadb or mysql connector.
sql named placeholders to unnamed compiler
htmlparser2 tree adapter for parse5.
Mysql adapter for ThinkJS 3.x
Resource pooling for Node.JS
Implements a `@planetscale/database` server that that uses `mysql2` as the backend.
Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.
A lightweight wrapper that simplifies working with the Amazon Aurora Serverless Data API
default socket.io in-memory adapter
A MySQL toolkit for Effect
A shim to insulate apps from WebRTC spec changes and browser prefix differences
Listr2 prompt adapter for inquirer.
Prisma's driver adapter for "pg"
Kysely adapter for Better Auth
Axios adapter that allows to easily mock requests
A module for managing MySQL connections at serverless scale.
Prisma adapter for Better Auth
Small promises wrapper for mysql2.
Memory adapter for Better Auth
extracted code from mysql2
Fixes schema.rb for datetime fields that use on update
Add unsigned option to integer type for ActiveRecord's MySQL2 adapter
This is an ActiveRecord connection adapter for MySQL Spatial Extensions. It is based on the stock MySQL2 adapter, but provides built-in support for spatial columns. It uses the RGeo library to represent spatial data in Ruby.
Adds a :uuid column to ActiveRecord MySQL2 Adapter. Store UUIDs as 16 bytes binary column.
Key value tagging gem for ActiveRecord models
The ActiveRecod MemSQL Adapter is an ActiveRecord connection adapter based on the standard mysql2 adapter. This adapter is a customized version of the mysql2 adapter to provide support for MemSQL.
Set transaction isolation level in the ActiveRecord in a database agnostic way. Works with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3. Supports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
A non_blocking_lock implementation for ActiveRecord adapters (well, just Mysql2 right now).
The ActiveRecod SinglestoreAdapter is an ActiveRecord connection adapter based on the Mysql2 adapter.
Set transaction isolation level in the ActiveRecord in a database agnostic way. Works with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3. Supports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
ActiveRecord extension to find out near by (proximal) previous and next records from the ActiveRelation scopes (using AREL). Uses special sub-queries. Supported mysql2 and postgresql adapters.