Everybody Knows That Drizzle is the Word!
Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)
Feb 23, 20266 min read12

Search for a command to run...
Articles tagged with #postgresql
Building a Personal Finance API with NestJS, Supabase & Drizzle (From Zero to Production)

When building APIs, you must validate your inputs and outputs. If your API accepts any data, failure is only a matter of time. Instead of adding more ifs, use declarative validation: NestJS + class-validator + class-transformer, an async constraint t...
