A wrapper for the MySQL driver to use promises, connection pooling and nicer APIs all round
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
fast mariadb or mysql connector.
sql named placeholders to unnamed compiler
Resource pooling for Node.JS
A module for managing MySQL connections at serverless scale.
A lightweight wrapper that simplifies working with the Amazon Aurora Serverless Data API
A MySQL toolkit for Effect
A JavaScript library for connecting securely to your Cloud SQL instances
Small promises wrapper for mysql2.
Fastify Mysql connection plugin
A wrapper for mysql2 to add convenience, especially when developing with async/await and async iterables.
Small wrapper for mysql that use promises.
Mysql adapter for ThinkJS 3.x
TypeScript definitions for express-mysql-session
ES6 tagged template strings for prepared statements with mysql and postgres
mysql2 auth plugin for ed25519
think-mysql2 for ThinkJS
MySQL adapter for remix/data-table
`kysely-codegen` generates Kysely type definitions from your database. That's it.
Implements a `@planetscale/database` server that that uses `mysql2` as the backend.
Mysql2 instrumentation for the OpenTelemetry framework
An adapter for fibered mysql2
mysql2 plugin supporting aurora failover.
extracted code from mysql2
OpenTracing instrumentation to trace queries made with Mysql2.
Filtering framework for Mysql2.
Precompiled Mysql2 gem for AWS Lambda.
This gem provides MySQL's LOAD DATA INFILE for Mysql2 and ActiveRecord
extension for mysql2 to add client-side variable binding, by adding method Mysql2::Client#xquery
Add unsigned option to integer type for ActiveRecord's MySQL2 adapter
Reconnect mysql2 if the MySQL server is running with the --read-only option.
Something with the combination of Rails 3.1, Mysql2 0.3.x, Capybara, Selenium/Webkit/etc causes Mysql to raise exceptions where the connection is waiting on a result. This gem provides an auto-retry capability with the Mysql2Adapter to retry any query execution up to 5 times. This is a a temporary solution until the real issue with the above libraries/frameworks are resolved. This should NOT be used in production.