Database runtime for Django that replaces mysql with mycli.
Project description
django-mycli
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-mycli-1.0.1.tar.gz.
File metadata
- Download URL: django-mycli-1.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bf0e3e487ba2a5d804989b07b583d1d3c4f93436095f8be74fd759de667e1a1
|
|
| MD5 |
129b2a56af98296f8a9cf217bc6d8800
|
|
| BLAKE2b-256 |
e87b8e053ddd0a67c03f8dd4425713071228b3cd7aa26fd6648a1834bb1dd62c
|
File details
Details for the file django_mycli-1.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: django_mycli-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad2e44b69d33deca3bbf8183acc091de072eae5cc983538b388f000f41ba5bae
|
|
| MD5 |
c063337d3b1744e6bdf893338c377f3d
|
|
| BLAKE2b-256 |
19bc19055aeb2a6436d248c301e477062152f293c2bdb4ca84f004c7503dd984
|