Any plans to use psycopg (version 3) as an async db interface instead of aiopg? #671
markc-versa
started this conversation in
Ideas
Replies: 1 comment
-
Definitely. Though I'm not spending a lot of time actively adding features to the project these days, but it's been in the back of my mind since v3 was released. That said, I'm aware that connectors (especially sync vs async) in Procrastinate are already a confusing matter, and I'm missing some good dicussion on how to keep it maitnainable while avoiding making it more confusing. Also, there's an ongoing PR on Asyncpg too #669 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
psycopg now has some async interfaces:
https://www.psycopg.org/psycopg3/docs/advanced/async.html
Is that something that could replace usage of aiopg as a connector?
Beta Was this translation helpful? Give feedback.
All reactions