Name | django-mysql JSON |
Version |
4.16.0
JSON |
| download |
home_page | None |
Summary | Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases. |
upload_time | 2025-02-06 22:20:38 |
maintainer | None |
docs_url | https://pythonhosted.org/django-mysql/ |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
django
mariadb
mysql
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
============
Django-MySQL
============
.. image:: https://img.shields.io/readthedocs/django-mysql?style=for-the-badge
:target: https://django-mysql.readthedocs.io/en/latest/
.. image:: https://img.shields.io/github/actions/workflow/status/adamchainz/django-mysql/main.yml.svg?branch=main&style=for-the-badge
:target: https://github.com/adamchainz/django-mysql/actions?workflow=CI
.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge
:target: https://github.com/adamchainz/django-mysql/actions?workflow=CI
.. image:: https://img.shields.io/pypi/v/django-mysql.svg?style=for-the-badge
:target: https://pypi.org/project/django-mysql/
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
:target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. figure:: https://raw.githubusercontent.com/adamchainz/django-mysql/main/docs/images/dolphin-pony.png
:alt: 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:
* MariaDB Dynamic Columns for storing dictionaries
* Comma-separated fields for storing lists and sets
* 'Missing' fields: differently sized ``BinaryField``/``TextField`` classes,
``BooleanField``\s 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
* 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 <https://django-mysql.readthedocs.io/en/latest/>`_.
Raw data
{
"_id": null,
"home_page": null,
"name": "django-mysql",
"maintainer": null,
"docs_url": "https://pythonhosted.org/django-mysql/",
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Django, MariaDB, MySQL",
"author": null,
"author_email": "Adam Johnson <me@adamj.eu>",
"download_url": "https://files.pythonhosted.org/packages/54/e1/f460d0f5cd048a1e88e55a9d636a3a85e43078a47404f45c04e413ac4714/django_mysql-4.16.0.tar.gz",
"platform": null,
"description": "============\nDjango-MySQL\n============\n\n.. image:: https://img.shields.io/readthedocs/django-mysql?style=for-the-badge\n :target: https://django-mysql.readthedocs.io/en/latest/\n\n.. image:: https://img.shields.io/github/actions/workflow/status/adamchainz/django-mysql/main.yml.svg?branch=main&style=for-the-badge\n :target: https://github.com/adamchainz/django-mysql/actions?workflow=CI\n\n.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge\n :target: https://github.com/adamchainz/django-mysql/actions?workflow=CI\n\n.. image:: https://img.shields.io/pypi/v/django-mysql.svg?style=for-the-badge\n :target: https://pypi.org/project/django-mysql/\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge\n :target: https://github.com/psf/black\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge\n :target: https://github.com/pre-commit/pre-commit\n :alt: pre-commit\n\n.. figure:: https://raw.githubusercontent.com/adamchainz/django-mysql/main/docs/images/dolphin-pony.png\n :alt: The dolphin-pony - proof that cute + cute = double cute.\n\n..\n\n | The dolphin-pony - proof that cute + cute = double cute.\n\n\nDjango-MySQL extends Django's built-in MySQL and MariaDB support their specific\nfeatures not available on other databases.\n\n\nWhat kind of features?\n----------------------\n\nIncludes:\n\n* ``QuerySet`` extensions:\n\n * 'Smart' iteration - chunked pagination across a large queryset\n * ``approx_count`` for quick estimates of ``count()``\n * Query hints\n * Quick ``pt-visual-explain`` of the underlying query\n\n* Model fields:\n\n * MariaDB Dynamic Columns for storing dictionaries\n * Comma-separated fields for storing lists and sets\n * 'Missing' fields: differently sized ``BinaryField``/``TextField`` classes,\n ``BooleanField``\\s represented by BIT(1)\n\n* ORM expressions for over 20 MySQL-specific functions\n* A new cache backend that makes use of MySQL's upsert statement and does\n compression\n* Status variable inspection and utility methods\n* Named locks for easy locking of e.g. external resources\n* Table lock manager for hard to pull off data migrations\n\nTo see them all, check out the exposition at\nhttps://django-mysql.readthedocs.io/en/latest/exposition.html .\n\nRequirements and Installation\n-----------------------------\n\nPlease see\nhttps://django-mysql.readthedocs.io/en/latest/installation.html .\n\nDocumentation\n-------------\n\nEvery detail documented on\n`Read The Docs <https://django-mysql.readthedocs.io/en/latest/>`_.\n",
"bugtrack_url": null,
"license": null,
"summary": "Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.",
"version": "4.16.0",
"project_urls": {
"Changelog": "https://django-mysql.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://django-mysql.readthedocs.io/",
"Funding": "https://adamj.eu/books/",
"Repository": "https://github.com/adamchainz/django-mysql"
},
"split_keywords": [
"django",
" mariadb",
" mysql"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1939e27693ec656e7c858df2f4c05a0762bfcd4644fb1f2622ec9a308cd84607",
"md5": "6c0c73ff0171ad03263e08097f1f81b1",
"sha256": "97152bc672ceca31121fe7864c4d856540bb6834a43a3a0561f19b0087ec649a"
},
"downloads": -1,
"filename": "django_mysql-4.16.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6c0c73ff0171ad03263e08097f1f81b1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 54730,
"upload_time": "2025-02-06T22:20:36",
"upload_time_iso_8601": "2025-02-06T22:20:36.299714Z",
"url": "https://files.pythonhosted.org/packages/19/39/e27693ec656e7c858df2f4c05a0762bfcd4644fb1f2622ec9a308cd84607/django_mysql-4.16.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "54e1f460d0f5cd048a1e88e55a9d636a3a85e43078a47404f45c04e413ac4714",
"md5": "100bc9611f364a74692756f8c9c20850",
"sha256": "ffe08cc34ba82a426bd02a240476032be70a8cb8b5d63ad37ba11b6c41fdcdc8"
},
"downloads": -1,
"filename": "django_mysql-4.16.0.tar.gz",
"has_sig": false,
"md5_digest": "100bc9611f364a74692756f8c9c20850",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 42486,
"upload_time": "2025-02-06T22:20:38",
"upload_time_iso_8601": "2025-02-06T22:20:38.507807Z",
"url": "https://files.pythonhosted.org/packages/54/e1/f460d0f5cd048a1e88e55a9d636a3a85e43078a47404f45c04e413ac4714/django_mysql-4.16.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-06 22:20:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adamchainz",
"github_project": "django-mysql",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "django-mysql"
}