Neon
ELI5 — The Vibe Check
Neon is serverless Postgres that can branch like Git. Need to test a migration? Branch your entire database. It scales to zero when nobody's using it, so your wallet doesn't cry. It's Postgres without the ops headache.
Real Talk
Neon is a serverless PostgreSQL platform that separates compute from storage, enabling features like autoscaling, scale-to-zero, and database branching. Branches create instant copy-on-write clones of your database for development, testing, or preview environments without duplicating data.
When You'll Hear This
"Neon branches let us test migrations against production data safely." / "Our dev database auto-suspends with Neon, costs us nothing overnight."
Related Terms
Connection Pooler
A connection pooler keeps a stash of open database connections ready to go, like having pre-heated ovens in a bakery.
Database Branching
Database branching is Git for your database.
PgBouncer
PgBouncer is a lightweight connection pooler that sits in front of PostgreSQL and recycles database connections like a good environmentalist.
PlanetScale
PlanetScale is MySQL on steroids with Git-like database branching. Want to test a schema change?