We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to have, and looks easy enough to implement.
Eventually, I'll probably implement one myself if nobody jumps in. Any hints for implementation?
The text was updated successfully, but these errors were encountered:
Also, it looks like transaction.py imports psycopg2 for no reason (just to catch error name), if I use asyncpg. So the the line:
transaction.py
psycopg2
asyncpg
from .transaction import run_transaction # noqa
... should be removed. Or module itself should be made more robust.
Sorry, something went wrong.
No branches or pull requests
Would be nice to have, and looks easy enough to implement.
Eventually, I'll probably implement one myself if nobody jumps in. Any hints for implementation?
The text was updated successfully, but these errors were encountered: