[CONPY-121] Provide a mariadb database backend for Django Framework Created: 2020-10-06 Updated: 2021-08-11 |
|
| Status: | Open |
| Project: | MariaDB Connector/Python |
| Component/s: | Other |
| Affects Version/s: | N/A |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Provide a mariadb database backend for Django web framework. Currently MariaDB Server can be used by the mysql backend (which uses Python's MySQLdb module) which lacks support of protocol differences which were added in MariaDB 10.2 and later. |
| Comments |
| Comment by Georg Richter [ 2021-03-10 ] |
| Comment by Anel Husakovic [ 2021-08-11 ] |
|
At least it should be mentioned in Django documentation that MariaDB connector/Python can be used in conjunction with mysqlclient, not depending on default-libmysqlclient-dev but on libmariadb-dev. |