neon-drizzle

Provision a Neon database and configure Drizzle ORM for HTTP and WebSocket adapters.

2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/seikaikyo/dash-skills --skill neon-drizzle-seikaikyo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neon-drizzle
Source: https://github.com/seikaikyo/dash-skills/tree/main/external/neon-skills/neon-drizzle
Command: npx skills add https://github.com/seikaikyo/dash-skills --skill neon-drizzle-seikaikyo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires drizzle-orm, @neondatabase/serverless, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Neon-backed Drizzle setup accelerates provisioning, configuration, and migrations by automating database provisioning, dependency installation, and schema generation for new projects or existing apps.

Core Features & Use Cases

  • Provision Neon database and configure Drizzle connections for HTTP and WebSocket adapters
  • Generate and apply migrations, plus provide starter templates and reference guides
  • Use cases include starting a new Next.js/Node project or integrating Drizzle into an existing app with Neon

Quick Start

Run the setup to provision a Neon database, install dependencies, and generate the initial migrations.

Frequently Asked Questions about neon-drizzle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Drizzle ORM with a Neon database?

To set up Drizzle ORM with Neon, you need to provision a Neon database, install dependencies like drizzle-orm and @neondatabase/serverless, and configure your DATABASE_URL. This setup automates schema generation, migrations, and connection bindings for HTTP and WebSocket adapters.

What's the best way to configure Drizzle migrations for a serverless PostgreSQL database?

Configuring Drizzle migrations for a serverless PostgreSQL database involves generating migration scripts and applying them using a persistent connection. This setup provides guided schema generation and migration templates tailored for Neon databases to automate the process.

Can I use Drizzle ORM with both HTTP and WebSocket adapters in an existing app?

Yes, you can integrate Drizzle ORM into an existing app using both serverless HTTP and persistent WebSocket clients. The setup detects your runtime context and provides specific templates and bindings to configure the correct Neon database connection adapter.

Do I need a DATABASE_URL to connect Drizzle to Neon?

Yes, a DATABASE_URL is required to connect Drizzle to Neon. This connection string is essential for provisioning the Neon database and configuring the bindings for both HTTP and WebSocket adapters during the automated setup process.

How does automated Neon database provisioning work with Drizzle?

Automated Neon database provisioning with Drizzle works by initializing your project, installing required dependencies, and configuring connection bindings. It detects the runtime context to provide guided schemas, migration scripts, and example templates for rapid onboarding.