awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
brianmario avatar

brianmario/mysql2

0
View on GitHub↗
2,279 stars·562 forks·Ruby·MIT·6 viewsgithub.com/brianmario/mysql2↗

Mysql2

A modern, simple and very fast Mysql library for Ruby - binding to libmysql

Features

  • Database Drivers - Fast library for connecting to MySQL databases.
  • Database Connectors - Provides a database driver for Ruby and Rails.
  • MySQL and MariaDB - Listed in the “MySQL and MariaDB” section of the Blazer awesome list.

Star history

Star history chart for brianmario/mysql2Star history chart for brianmario/mysql2

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mysql2

Similar open-source projects, ranked by how many features they share with Mysql2.
  • mysql/mysql-connector-netmysql avatar

    mysql/mysql-connector-net

    332View on GitHub↗

    Connector/NET is a fully-managed ADO.NET driver for MySQL.

    C#
    View on GitHub↗332
  • mysqljs/mysqlmysqljs avatar

    mysqljs/mysql

    18,623View on GitHub↗

    This project is a MySQL database driver and client for Node.js. It provides a JavaScript implementation of the MySQL protocol to facilitate connecting to, querying, and managing data within MySQL databases. The driver includes a connection pool manager to maintain a cache of reusable database connections, reducing the overhead of frequent network handshakes. It also supports row-by-row result streaming to process large datasets without loading entire result sets into memory. Core capabilities cover SQL query execution, the management of database transactions, and the coordination of multiple

    JavaScriptjavascriptmysqlnodejs
    View on GitHub↗18,623
  • go-sql-driver/mysqlgo-sql-driver avatar

    go-sql-driver/mysql

    15,424View on GitHub↗

    This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications to interact with relational database management systems. It implements the standard database interface, allowing developers to manage persistent connections, execute queries, and handle transactions within their applications. The driver functions by translating high-level database commands into the specific binary packet format required for communication with MySQL servers. It manages network sessions through a connection pooling mechanism and supports context-aware query cance

    Godatabasegomariadb
    View on GitHub↗15,424
  • pymysql/mysqlclientPyMySQL avatar

    PyMySQL/mysqlclient

    2,531View on GitHub↗

    MySQL/MariaDB connector for Python

    Pythonmariadbmysqlpython
    View on GitHub↗2,531
See all 30 alternatives to Mysql2→

Frequently asked questions

What does brianmario/mysql2 do?

A modern, simple and very fast Mysql library for Ruby - binding to libmysql

What are the main features of brianmario/mysql2?

The main features of brianmario/mysql2 are: Database Drivers, Database Connectors, MySQL and MariaDB.

What are some open-source alternatives to brianmario/mysql2?

Open-source alternatives to brianmario/mysql2 include: mysqljs/mysql — This project is a MySQL database driver and client for Node.js. It provides a JavaScript implementation of the MySQL… pymysql/mysqlclient — MySQL/MariaDB connector for Python. go-sql-driver/mysql — This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications… mysql/mysql-connector-net — Connector/NET is a fully-managed ADO.NET driver for MySQL. aio-libs/aiomysql — aiomysql is a library for accessing a MySQL database from the asyncio. aerospike/aerospike-client-nodejs — Node.js client for the Aerospike database.