Skip to main content

Database runtime for Django that replaces mysql with mycli.

Project description

django-mycli

Build Status PyPI version PyPI - License

Replaces your existing mysql cli for MySQL, MariaDB, and Percona with mycli which provides enhancements such as auto-completion and syntax highlighting. Visit the MyCLI website to learn more about the MyCLI client.

Installation

To install the package:

$ pip install django-mycli

Add django_mycli to your INSTALLED_APPS setting in your settings.py file.

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

Usage

To use the mycli command with your project, call the dbshell command.

./manage.py dbshell

History

1.0.1 (2020-06-20)

  • Updates to documentation

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.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

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