Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding pgcli #1352

Open
sobolevn opened this issue Oct 25, 2020 · 2 comments
Open

Consider adding pgcli #1352

sobolevn opened this issue Oct 25, 2020 · 2 comments

Comments

@sobolevn
Copy link
Member

https://www.pgcli.com/django-pgcli.html

@awnion
Copy link

awnion commented Aug 24, 2021

django-pgcli doesn't seem to be compatible with Django 3.1
ashchristopher/django-pgcli#15

From 3.1 release notes:

DatabaseClient.runshell() now requires an additional parameters argument as a list of extra arguments to pass on to the command-line client.
https://docs.djangoproject.com/en/3.1/releases/3.1/#database-backend-api

Workaround (if you use django_extensions):
pgcli $(./manage.py sqldsn --quiet --style=uri)
ashchristopher/django-pgcli#15 (comment)

@ddimmich
Copy link

ashchristopher/django-pgcli#20 this fixes it if anyone can update the packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants