sherbang
Software engineer
Antifascist
US refugee working towards NL citizenship
He/Him/His
- 0 Posts
- 1 Comment
Joined 5 months ago
Cake day: August 19th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.

@hackeryarn It’s not clear from this writeup how SQLAlchemy is set up. If you’re using a sync postgres driver then you’re doing async-to-sync in your code and not testing what you think you’re testing.
A test of different async SQLAlchemy configurations would be helpful next to this. Including testing that the SQLAlchemy setup is async all the way through.