|
|
|
|
|
by byalphas
66 days ago
|
|
Been wrestling with N+1 issues in a FastAPI + SQLAlchemy project for a while. Tried strawberry-graphql but it felt like overkill for what we needed. Dropped this in last week and the dataloader integration was surprisingly painless. The resolve_* convention is a bit magical at first but makes sense once it clicks. ERD-as-code is the part I didn't expect to actually like. |
|