neon
Installation
SKILL.md
Neon
Neon is a serverless open-source PostgreSQL database. It separates storage and compute to offer features like "Scale to Zero", "Instant Branching", and "Bottomless Storage".
When to Use
- Cost Efficiency: "Scale to Zero" means you pay nothing when no one is using the app (Dev/Test envs).
- Developer Workflow: "Instant Branching" (Copy-on-write) lets you create a full clone of specific Prod data for testing in 1 second.
- Standard Postgres: It is Postgres. Not a fork with limitations.
Core Concepts
Separated Architecture
- Compute: Stateless Postgres nodes. Can boot in <500ms.
- Storage: Custom "Pageserver" layer purely for storage.