Database
4 guides covering database tools
-
Neon: Serverless Postgres That Branches Like Git
How Neon separates compute from storage to give you instant database branching, scale-to-zero, and a generous free tier for Postgres.
-
PGlite: Running PostgreSQL in the Browser and Node.js
Learn how PGlite lets you run a real PostgreSQL database in WebAssembly — in the browser, Node.js, and Bun — with full SQL support and zero server setup.
-
Drizzle ORM: TypeScript-First SQL for Modern Applications
Drizzle ORM provides type-safe SQL queries in TypeScript without heavy abstraction. This guide covers schema definition, migrations, relational queries, and Drizzle's query builder versus raw SQL approach.
-
Drizzle ORM: The SQL-Like TypeScript Database Toolkit
A practical guide to Drizzle ORM -- schema definition in TypeScript, type-safe queries, migrations with drizzle-kit, serverless deployment, and comparison with Prisma and TypeORM.