Neon
Serverless Postgres with branching, auto-scaling, and generous free tier.
Min erfarenhet
Neon is what Postgres looks like in the serverless era. The auto-scaling is seamless â your database spins down when idle and scales up instantly when traffic comes in. For a side project, this means you're not paying for idle database time.
Database branching is the killer feature. You can create a copy of your production database for testing or development, complete with its own connection string. It's like git branches for your data.
The cold start can be a bit annoying â first query after idle takes 1-3 seconds. If you need sub-second responses at all times, enable always-on compute (costs a few dollars/month).
Fördelar
- +Serverless Postgres â scales to zero when not in use
- +Database branching for development (like git for databases)
- +0.5 GB free storage, always-on compute included
Nackdelar
- âCold start latency on scale-from-zero
- âNot ideal for high-concurrency write-heavy workloads
- âFewer extensions available than traditional Postgres
BÀst för
Developers who want Postgres without managing connections or scaling.