Post #3591621
2026-06-29 03:44 UTC
SQLAlchemy is hands down the best ORM I've ever used—I actually used Python just because I wanted to use SQLAlchemy. I use TypeScript as my main language now, but I still miss the SQLAlchemy + Alembic combo. Drizzle ORM is decent enough, but still…
Replies (2)
-
@shemjm@social.vivaldi.net 2026-06-29 04:01
@hongminhee@hollo.social I mostly used EF Core or Dapper but only because I started working with .NET
-
@v4rd4453n@mathstodon.xyz 2026-06-30 07:35
@hongminhee@hollo.social I used sqlalchemy to keep the code clean, but found I only wanted to use sqlalchemy core as the orm forces me to redesign my code around the orm and loose control of the domain. I will have a closer look and see the why and how