MySQL Connectors
MySQL provides standards-based drivers for JDBC, ODBC, and .Net enabling developers to build database applications in their language of choice. In addition, a native C library allows developers to embed MySQL directly into their applications.
Developed by MySQL | |
---|---|
ADO.NET Driver for MySQL (Connector/NET) | Download |
ODBC Driver for MySQL (Connector/ODBC) | Download |
JDBC Driver for MySQL (Connector/J) | Download |
Node.js Driver for MySQL (Connector/Node.js) | Download |
Python Driver for MySQL (Connector/Python) | Download |
C++ Driver for MySQL (Connector/C++) | Download |
These drivers are developed and maintained by the MySQL Community.
Developed by Community | |
---|---|
PHP Drivers for MySQL (mysqli, ext/mysqli, PDO_MYSQL, PHP_MYSQLND) |
Download |
Perl Driver for MySQL (DBD::mysql) | Download |
Ruby Driver for MySQL (ruby-mysql) | Download |
Node.js Driver for MySQL (mysqljs) | Download |
Go Driver for MySQL Download (Go-MySQL-Driver) | Download |
Rust Driver for MySQL (rust-mysql-simple) | Download |
Boost Driver for MySQL (Boost.MySQL C++) | Download |