Vercel Postgres
ELI5 — The Vibe Check
Vercel Postgres is a managed Postgres database that lives in Vercel's ecosystem. It's actually Neon under the hood. You get a real Postgres database with auto-scaling to zero, plus connection pooling so your serverless functions don't exhaust connections.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Drizzle
Drizzle is the ORM for developers who think Prisma is too magical. It's TypeScript-native, SQL-like, and doesn't generate a big client library.
Neon
Neon is serverless Postgres that can branch like Git. Need to test a migration? Branch your entire database.
Supabase
Supabase is Firebase but built on real Postgres SQL. You get a database, auth, file storage, and real-time updates all in one.
Vercel Blob
Vercel Blob is like S3 but set up in 30 seconds. You call put() with a file, get back a URL, and Vercel serves it globally.