This adds compatibility for TiDB to Django.
Set 'ENGINE': 'django_tidb'
in your settings.
- TiDB 5.x (tested with 5.1.x)
- Django 3.x (tested with 3.2.x)
- mysqlclient 2.0.3
- Python 3.6 an newer (tested with Python 3.8)
- TiDB does not support foreign keys.