Database runtime for Django that replaces psql with pgcli.
Project description
django-pgcli
Replaces your existing psql cli for Postgres with pgcli which provides enhancements such as auto-completion and syntax highlighting. Visit the pgcli website to learn more about the pgcli client.
Installation
To install the package:
`pip install django-pgcli`
Add django_pgcli
to your INSTALLED_APPS
setting in your settings.py file.
INSTALLED_APPS = [
...,
'django_pgcli',
]
Usage
To use the pgcli
command with your project, call the dbshell
command.
./manage.py dbshell
History
1.0.1 (2020-06-21)
- Rebuild wheel
1.0.0 (2020-06-20)
- Upgrades to support Django LTS and above
- Limits support to Python3
0.0.2 (2015-04-26)
- Fixed typo in README.rst
0.0.1 (2015-04-25)
- 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
django-pgcli-1.0.1.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file django-pgcli-1.0.1.tar.gz
.
File metadata
- Download URL: django-pgcli-1.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bc7ebf0ed51f88e8b0d4c20d5924518e1721c0931f44d3019de457e14f13bf6 |
|
MD5 | 71c678638501b25dd967199d0aa0d070 |
|
BLAKE2b-256 | b357e975c42e841d4ab90bcc33ab8602ecb71da523f728bdfb5aa1d7f7d3f7fa |
File details
Details for the file django_pgcli-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_pgcli-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/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0ca4eb071bcd56fe121909e96737eee0bd041e96ee27b34eaefd7b639cbe8a3 |
|
MD5 | d2fc57cfab0b2296a178ffc52ec26786 |
|
BLAKE2b-256 | b3deeadab711143b216fbc314f2588f6d4a411429357ee8be506e45145964c9f |