add MariaDB to README and doc (#720)

This commit is contained in:
Robert Silén
2024-08-21 13:10:56 +03:00
committed by GitHub
parent 423e45e2c5
commit a958c5fa45
2 changed files with 6 additions and 5 deletions

View File

@ -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**
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)
* 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

View File

@ -8,8 +8,8 @@ MySQLdb User's Guide
Introduction
------------
MySQLdb is an interface to the popular MySQL
database server that provides the Python database API.
MySQLdb is an interface to the popular MySQL or MariaDB
database servers that provides the Python database API.
Installation
------------