mysql-connector-python
MySQL client
A Python driver for interacting with MySQL databases using the Python Database API Specification v2.0.
MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Documentation & Download: http://dev.mysql.com/doc/connector-python/en
877 stars
67 watching
299 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mysql/mysql-connector-net | A C# library providing connectivity for .NET applications to interact with MySQL databases. | 291 |
mysql/mysql-connector-cpp | A MySQL database connector for C++ that allows developers to connect and interact with MySQL servers. | 634 |
mysql/mysql-connector-j | Provides a Java driver for connecting to MySQL databases | 915 |
mysql/mysql-connector-nodejs | An official Node.js driver for MySQL, providing a connection to a relational database using the X Protocol. | 155 |
oracle/python-cx_oracle | Provides a Python interface to Oracle Database | 890 |
mysql-net/mysqlconnector | An ADO.NET data provider for MySQL and other compatible servers. | 1,391 |
covenantsql/cql-python-driver | A Python driver for connecting to and querying a CovenantSQL database | 7 |
genaker/pygento | A Python module for direct database access without Magento 2 core | 18 |
myselfghost/lua-resty-mysql-connector | A Lua library providing connection utilities for MySQL databases, supporting read and write separation and multiple database instances. | 0 |
bung87/amysql | A pure Nim implementation of the MySQL/MariaDB client protocol for asynchronous interactions with a MySQL database. | 27 |
perl5-dbi/dbd-mysql | A Perl driver for interacting with MySQL databases | 63 |
dropbox/pyhive | Provides interfaces to connect and interact with data sources like Hive and Presto using Python. | 1,671 |
perfectlysoft/perfect-mysql | A Swift wrapper around the MySQL client library enabling access to MySQL servers | 127 |
mysql/mysql-shell | An interactive console interface for MySQL Server, supporting development and administration with scripting capabilities | 194 |
oleghnidets/ohmysql | A framework for interacting with MySQL databases from iOS and macOS applications. | 235 |