← Catalog
Tag
sql
Tools in this catalog tagged sql. Honest Catch, not a roundup.
3 tools · the Catch, not a ranking
- 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.
- dbmateMIT framework-agnostic SQL migration CLI; single Go binary
Vs Atlas/Flyway/Bytebase: ordered SQL files only — no declarative planner, no review UI. You own ordering and rollbacks. Distinct from goose-style twins by DX focus plus dump.