mysql interface, base on mysql
OpenTelemetry instrumentation for `mysql` database client for MySQL
TypeScript definitions for mysql
fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS
AWS RDS SSL certificates bundles.
NestJS module for MikroORM
A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.
OpenTelemetry instrumentation for `mysql2` database client for MySQL
AWS X-Ray Patcher for MySQL (Javascript)
fast mariadb or mysql connector.
sql named placeholders to unnamed compiler
A generated SDK for MySQLManagementClient.
A generated SDK for MySQLManagementFlexibleServerClient.
db-migrate mysql driver
`kysely-codegen` generates Kysely type definitions from your database. That's it.
OCI NodeJS client for Mysql
A module for managing MySQL connections at serverless scale.
Fastify Mysql connection plugin
Resource pooling for Node.JS
A MySQL session store for express.js
MySQL driver for Evidence projects
MySQL plugin for egg
A bluebird wrapper for node-mysql
A Pulumi package for creating and managing mysql cloud resources.
Personal usage MySQL executor.
mysqlbinlog-rs is for parsing MySQL binlog file (row format)
mysqlbinlog from MySQL instance
Store and understand your MySQL schema
I introduced Ruby and Apache Arrow integration including the "super fast large data interchange and processing" Apache Arrow feature at RubyKaigi Takeout 2021. This talk introduces how we can use the "super fast large data interchange and processing" Apache Arrow feature in Ruby. Here are some use cases: * Fast data retrieval (fast (({pluck}))) from DB such as MySQL and PostgreSQL for batch processes in a Ruby on Rails application * Fast data interchange with JavaScript for dynamic visualization in a Ruby on Rails application * Fast OLAP with in-process DB such as DuckDB and Apache Arrow DataFusion in a Ruby on Rails application or irb session
This gem resolves basically two problems. --- 1. MySQL for strings(VARCHAR(255)) by default has limit 255 characters. And when developer left this attribute without any length validation, then it's possible to face with situation when user unintentionally or intentionally will pass in text field more characters. So, then, probably you will get 500... --- 2. PostgreSQL. The maximum number of characters for variable unlimited length types (text, varchar) is undefined. There is a limit of size in bytes for all string types: In any case, the longest possible character string that can be stored is about 1 GB. And when developer left this attribute without any length validation, then it's possible to face with situation when user unintentionally or intentionally will try to full up your database with lots of GB of 'important' info. --- Both of this cases, I guess, are not very pleasant. This gem adds default length validation for all string attributes. Except those which are already vlidated in standart rails way.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.