netlify-db
Netlify DB provisions a managed Neon Postgres database for Netlify projects without requiring a separate Neon account.
Setup & Installation
What This Skill Does
Netlify DB provisions a managed Neon Postgres database for Netlify projects without requiring a separate Neon account. It supports raw SQL via @netlify/neon, Drizzle ORM integration, and schema migrations. Each deploy preview branch gets its own isolated database branch.
Unlike wiring up an external Postgres provider manually, Netlify DB auto-provisions the database and sets NETLIFY_DATABASE_URL automatically, with per-branch isolation built into the deploy preview workflow.
When to use it
- Running SQL queries against structured app data from Netlify functions
- Setting up Drizzle ORM schemas and generating typed migrations
- Testing database migrations on deploy preview branches before merging to production
- Querying and filtering relational data that grows over time
- Accessing a Postgres database locally through netlify dev without manual connection setup
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
