Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add MariaDB to README and doc #720

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
Loading