Connector/NET is a fully-managed ADO.NET driver for MySQL.
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
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
MySQL/MariaDB connector for Python
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
Principalele funcționalități ale brianmario/mysql2 sunt: Database Drivers, Database Connectors, MySQL and MariaDB.
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.