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

Add support for psycopg3 #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add support for psycopg3 #22

wants to merge 2 commits into from

Conversation

ddoroshev
Copy link

@ddoroshev ddoroshev commented Dec 13, 2023

This one adds psycopg3 support:

  • solved with try: ... except ImportError: ...
  • added tox envs for psycopg3

Misc:

  • pre-commit: fix flake8 URL and isort version (5.10.1 causes errors on pre-commit install-hooks)
  • poetry.lock was regenerated with poetry==1.6.1
  • pyright: added reportMissingImports = false to suppress errors on CI

Related issue:

@zerolab
Copy link

zerolab commented Nov 15, 2024

I would love to get this in as we've started switching more projects to psycopg3 and it sucks not to have DSLR

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

Successfully merging this pull request may close these issues.

2 participants