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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
brianmario avatar

brianmario/mysql2

0
View on GitHub↗
2,279 stele·562 fork-uri·Ruby·MIT·2 vizualizărigithub.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.

Istoric stele

Graficul istoricului de stele pentru brianmario/mysql2Graficul istoricului de stele pentru brianmario/mysql2

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Mysql2

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Mysql2.
  • mysql/mysql-connector-netAvatar mysql

    mysql/mysql-connector-net

    332Vezi pe GitHub↗

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

    C#
    Vezi pe GitHub↗332
  • mysqljs/mysqlAvatar mysqljs

    mysqljs/mysql

    18,623Vezi pe 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
    Vezi pe GitHub↗18,623
  • go-sql-driver/mysqlAvatar go-sql-driver

    go-sql-driver/mysql

    15,424Vezi pe 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
    Vezi pe GitHub↗15,424
  • pymysql/mysqlclientAvatar PyMySQL

    PyMySQL/mysqlclient

    2,531Vezi pe GitHub↗

    MySQL/MariaDB connector for Python

    Pythonmariadbmysqlpython
    Vezi pe GitHub↗2,531
Vezi toate cele 30 alternative pentru Mysql2→

Întrebări frecvente

Ce face brianmario/mysql2?

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

Care sunt principalele funcționalități ale brianmario/mysql2?

Principalele funcționalități ale brianmario/mysql2 sunt: Database Drivers, Database Connectors, MySQL and MariaDB.

Care sunt câteva alternative open-source pentru brianmario/mysql2?

Alternativele open-source pentru brianmario/mysql2 includ: 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.