OnlyBodyShots
OnlyBodyShots
TTCTheo's Typesafe Cult
Created by Ave (Skyler) on 7/5/2024 in #questions
TypeScript ORMs
Personally I like how kysely does migrations over how ORMs do, but yeah still need to write up/downs
10 replies
TTCTheo's Typesafe Cult
Created by Ave (Skyler) on 7/5/2024 in #questions
TypeScript ORMs
Not an ORM but instead a query builder, check out Kysely. It’s a fully type-safe query builder and works very well. We are using it in production
10 replies