Skill

Netlify DB

Skill

Managed Postgres with preview branching.

Official Netlify DB skill. The database that branches with the deploy preview.

spec·Apache-2.0·Updated this quarter·github.com/netlify/skills

Claude CodeCursorDesktop
Scanned
npx skills add netlify/netlify-db

By Netlify

Input

A Netlify site that needs a database.

Output

A DB config that follows the preview.

netlify-db.skill/invoke

You say

Give previews their own DB.

It returns

Netlify DB branch per preview. DATABASE_URL injected.

Prompt notebook

Prompts this skill is built for.

  • You say

    Give previews their own DB.

    It returns

    Netlify DB branch per preview. DATABASE_URL injected.

  • You say

    Migrate on deploy.

    It returns

    Build command runs migrate. Production is a different branch.

What it teaches

  1. 01Postgres
  2. 02Branches
  3. 03Previews