← Strikes
House strike · unverified until the crowd says works
Database branches like git branches
Before
A shared staging DB everyone is scared of
After
Every PR gets its own database
1. Neon branches your Postgres instantly, data included. 2. Wire Drizzle migrations to run per branch. 3. Preview deploys test against real-shaped data, then the branch dies.