mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 10:02:22 +08:00
add MariaDB to README and doc (#720)
This commit is contained in:
@ -11,14 +11,15 @@ This project adds Python 3 support and fixed many bugs.
|
|||||||
|
|
||||||
**Do Not use Github Issue Tracker to ask help. OSS Maintainer is not free tech support**
|
**Do Not use Github Issue Tracker to ask help. OSS Maintainer is not free tech support**
|
||||||
|
|
||||||
When your question looks relating to Python rather than MySQL:
|
When your question looks relating to Python rather than MySQL/MariaDB:
|
||||||
|
|
||||||
* Python mailing list [python-list](https://mail.python.org/mailman/listinfo/python-list)
|
* Python mailing list [python-list](https://mail.python.org/mailman/listinfo/python-list)
|
||||||
* Slack [pythondev.slack.com](https://pyslackers.com/web/slack)
|
* Slack [pythondev.slack.com](https://pyslackers.com/web/slack)
|
||||||
|
|
||||||
Or when you have question about MySQL:
|
Or when you have question about MySQL/MariaDB:
|
||||||
|
|
||||||
* [MySQL Community on Slack](https://lefred.be/mysql-community-on-slack/)
|
* [MySQL Support](https://dev.mysql.com/support/)
|
||||||
|
* [Getting Help With MariaDB](https://mariadb.com/kb/en/getting-help-with-mariadb/)
|
||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
@ -8,8 +8,8 @@ MySQLdb User's Guide
|
|||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|
||||||
MySQLdb is an interface to the popular MySQL
|
MySQLdb is an interface to the popular MySQL or MariaDB
|
||||||
database server that provides the Python database API.
|
database servers that provides the Python database API.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
Reference in New Issue
Block a user