Hacker News new | ask | show | jobs
by jessekv 318 days ago
I usually just use asyncpg.
1 comments

You can use asyncpg in SQLAlchemy
Yep! But I don't.
Lol same, writing SQL and directly wrangling Async connection pools always seemed way easier for me than trying to jam sqlalchemy into whatever hole I'm working with.