Setup & Installation
What This Skill Does
Neon is a serverless Postgres platform with autoscaling, database branching, and scale-to-zero. It separates compute from storage, so each branch gets its own endpoint and branches are instant copy-on-write clones. Compatible with any Postgres driver, ORM, or framework. Branching lets you test schema migrations against a real copy of production data without provisioning a separate database or running a dump/restore cycle.
When to use it
- Working with neon postgres functionality
- Implementing neon postgres features
- Debugging neon postgres related issues
