Skip to content

bevy/django-mysql

This branch is 1 commit ahead of, 546 commits behind adamchainz/django-mysql:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e736d77 · Oct 25, 2021
May 17, 2019
May 14, 2019
Mar 6, 2020
Mar 5, 2020
Oct 25, 2021
Dec 10, 2019
Jun 16, 2017
Feb 2, 2018
Feb 1, 2020
Feb 24, 2020
Feb 24, 2020
Feb 1, 2020
Jan 1, 2020
Feb 2, 2020
Oct 21, 2019
Jun 19, 2019
Dec 23, 2019
Feb 20, 2020
Oct 21, 2019
Feb 24, 2020

Repository files navigation

Django-MySQL

https://travis-ci.org/adamchainz/django-mysql.svg?branch=master https://readthedocs.org/projects/django-mysql/badge/?version=latest
The dolphin-pony - proof that cute + cute = double cute.
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.

What kind of features?

Includes:

  • QuerySet extensions:
    • 'Smart' iteration - chunked pagination across a large queryset
    • approx_count for quick estimates of count()
    • Query hints
    • Quick pt-visual-explain of 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/TextField classes, 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 .

Requirements and Installation

Please see https://django-mysql.readthedocs.io/en/latest/installation.html .

Documentation

Every detail documented on Read The Docs.

About

🐬 🐴 Extensions to Django for use with MySQL/MariaDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%