Skip to main content

Extensions to Django for use with MySQL/MariaDB

Project description

https://badge.fury.io/py/django-mysql.png https://travis-ci.org/adamchainz/django-mysql.png?branch=master https://pypip.in/d/django-mysql/badge.png https://readthedocs.org/projects/django-mysql/badge/?version=latest

MySQL and its fork MariaDB have a number of features which are not available in vanilla Django… This package helps you get at them.

Including

Here’s a short list of what’s inside:

  • User locks - easy locking between your distributed servers

  • Easy access to server status variables

  • approx_count on QuerySet for quick estimates of the number of objects - and a quicker admin

Requirements

Tested with:

  • Python: 2.7, 3.3, 3.4

  • Django: 1.7

  • MySQL: 5.5, 5.6 / MariaDB: 5.5, 10.0, 10.1

  • mysqlclient: 1.3.5 (Python 3 compatible version of MySQL-python)

Any combination of these should be good.

Documentation

You can view the online documentation at http://django-mysql.readthedocs.org .

History

0.1.1 (2015-02-23)

  • Added Model and QuerySet subclasses which add the approx_count method

0.1.0 (2015-02-12)

  • First release on PyPI

  • Locks

  • GlobalStatus and SessionStatus

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mysql-0.1.1.tar.gz (22.5 kB view hashes)

Uploaded Source

Built Distribution

django_mysql-0.1.1-py2.py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page