Django Multi Tenant For MYSQL

Hello,
Are there any ways to use Django with Multi-Tenant Applications using MYSQL as the database?

Where one customer uses the same application but has multiple databases.

In terms of PostgreSQL, we have Welcome to django-tenant-schemas documentation! — django-tenant-schema dev documentation

Is there any way for MYSQL users to use such an approach?