Y
Hacker News
new
|
ask
|
show
|
jobs
Async to Sync Python Conversion
(
psycopg.org
)
2 points
by
evilmonkey19
158 days ago
1 comments
evilmonkey19
158 days ago
I found quite intereseting the way the psycopg3 maintainers have tried to save the burden of maintaining the double async and sync API support. Instead of doing sync and later async, going the other way around makes more sense.
link