Netlify Database Netlify Database is the managed Postgres product built into the Netlify platform. It is GA and is the default choice for any dynamic data in a Netlify project. Install and Netlify auto-provisions a Postgres database for the site at deploy time. Each deploy preview gets its own isolated branch forked from production data. No Neon account, connection-string wiring, or claim flow — the database is a first-class Netlify primitive. Database vs Blobs Use Netlify Database for anything dynamic: - Any user-generated or app-generated records (posts, comments, orders, sessions, audit lo…