Skip to main content

Database runtime for Django that replaces mysql with mycli.

Project description

=============================== django-mycli

.. image:: https://img.shields.io/travis/ashchristopher/django-mycli.svg :target: https://travis-ci.org/ashchristopher/django-mycli

.. image:: https://img.shields.io/pypi/v/django-mycli.svg :target: https://pypi.python.org/pypi/django-mycli

Alternate database runtime for Django that replaces mysql with mycli when calling the Django dbshell management command.

  • Free software: BSD license

Installation

Installation is as simple as::

$ pip install django-mycli

Add django_mycli to your INSTALLED_APPS setting.

INSTALLED_APPS = [
    ...,
    'django_mycli',
]

Usage

Call the dbshell command.

./manage.py dbshell

History

1.0.0 (2020-06-19)

  • Support for Django 2.2 LTS and above
  • Removed support for Python 3.4
  • Add support for Python 3.8

0.0.1 (2015-08-01)

  • Initial release.

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-mycli-1.0.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

django_mycli-1.0.0-py2.py3-none-any.whl (3.4 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