The dolphin-pony - proof that cute + cute = double cute.
Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.
Includes:
QuerySetextensions:- 'Smart' iteration - chunked pagination across a large queryset
 approx_countfor quick estimates ofcount()- Query hints
 - Quick 
pt-visual-explainof the underlying query 
- Model fields:
- MySQL 5.7+ JSON Field
 - MariaDB Dynamic Columns for storing dictionaries
 - Comma-separated fields for storing lists and sets
 - 'Missing' fields: differently sized 
BinaryField/TextFieldclasses,BooleanFields represented by BIT(1) 
 - ORM expressions for over 20 MySQL-specific functions
 - A new cache backend that makes use of MySQL's upsert statement and does compression
 - Handler API for quicker-than-SQL reads using the 'NoSQL' HANDLER commands
 - Status variable inspection and utility methods
 - Named locks for easy locking of e.g. external resources
 - Table lock manager for hard to pull off data migrations
 
To see them all, check out the exposition at https://django-mysql.readthedocs.io/en/latest/exposition.html .
Please see https://django-mysql.readthedocs.io/en/latest/installation.html .
Every detail documented on Read The Docs.
