mysqlclient
Database connector
A Python MySQL/MariaDB connector for building relational databases in applications
MySQL/MariaDB connector for Python
2k stars
55 watching
436 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
mariadbmysqlpython
Related projects:
Repository | Description | Stars |
---|---|---|
pymysql/pymysql | A Python library providing a MySQL client interface | 7,689 |
mysql/mysql-connector-python | A Python driver for interacting with MySQL databases using the Python Database API Specification v2.0. | 882 |
brianmario/mysql2 | A Ruby library that simplifies MySQL interactions through an encoding-aware and UTF-8-based API. | 2,253 |
dbcli/mycli | A terminal client for MySQL with auto-completion and syntax highlighting capabilities. | 11,513 |
mariadb/server | A highly featured, stable relational database server with advanced storage engines and features. | 5,752 |
mhammond/pywin32 | Provides access to many Windows APIs from Python. | 5,101 |
pybrain/pybrain | A Python library that provides tools and models for machine learning | 2,859 |
mongodb/mongo-python-driver | Provides an official Python driver for interacting with MongoDB databases. | 4,169 |
skelsec/pypykatz | An implementation of Mimikatz in pure Python for parsing Windows secrets and registry data. | 2,905 |
mysql/mysql-connector-cpp | A MySQL database connector for C++ that allows developers to connect and interact with MySQL servers. | 639 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
mariadb-corporation/mariadb-connector-j | Provides a JDBC driver to connect Java applications to MariaDB and MySQL databases. | 341 |
pybind/pybind11 | Creates seamless bindings between C++ and Python | 15,935 |
pymssql/pymssql | A Python interface to Microsoft SQL Server | 842 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,580 |