Drizzle ORM Complete Guide: Type-Safe TypeScript DB Layer
Type-safe SQLite and PostgreSQL in TypeScript with Drizzle ORM 0.45 and drizzle-kit — schema, migrations, transactions, and the async gotcha you need to know.
Tags
2 posts
Type-safe SQLite and PostgreSQL in TypeScript with Drizzle ORM 0.45 and drizzle-kit — schema, migrations, transactions, and the async gotcha you need to know.
Node.js 22.5.0 ships node:sqlite, a built-in SQLite module needing zero npm installs. DatabaseSync, transactions, and custom functions, tested hands-on.