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
PR #743 introduced the usage of a second database library psycopg in addition to asyncpg for performance reason. We should only use one library.
psycopg
asyncpg
Tasks:
psycopg3
Blocked by: #814
The text was updated successfully, but these errors were encountered:
mmerdes
Gigaszi
No branches or pull requests
PR #743 introduced the usage of a second database library
psycopg
in addition toasyncpg
for performance reason. We should only use one library.Tasks:
asyncpg
and remove dependencypsycopg
usage code to the appropriate layerpsycopg3
.Blocked by: #814
The text was updated successfully, but these errors were encountered: