← Catalog
Tag
orm
Tools in this catalog tagged orm. Honest Catch, not a roundup.
4 tools · the Catch, not a ranking
- PrismaType-safe database access with killer DX
Abstraction costs. Complex queries sometimes require raw SQL, and the generated client adds bundle size. Performance-sensitive applications need careful query optimization.
- Drizzle ORMTypeScript ORM that feels like SQL
Less magic means more typing. Relation handling requires more manual work than Prisma. The ecosystem is smaller.
- SQLModelSQL + Pydantic in one elegant package
Relatively young library, so edge cases exist. Complex SQLAlchemy patterns may need direct SQLAlchemy access.
- sqlcMIT type-safe code gen from SQL
Codegen from SQL - not Prisma/Drizzle ORM, not a database. Schema migrations are still yours (golang-migrate, Atlas, etc.). Language support depth varies.