neon-drizzle

Provision Neon databases and configure Drizzle ORM with generated migrations.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/weng-lab/APIConsole --skill neon-drizzle-weng-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neon-drizzle
Source: https://github.com/weng-lab/APIConsole/tree/main/.agents/skills/neon-drizzle
Command: npx skills add https://github.com/weng-lab/APIConsole --skill neon-drizzle-weng-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Drizzle + Neon integration can be complex, and this skill automates provisioning, configuration, and migrations to get you started quickly.

Core Features & Use Cases

  • Automated Neon provisioning and Drizzle configuration for new projects.
  • Schema generation and migrations with Drizzle-kit workflows.
  • Framework-agnostic guidance for Next.js, Express, Vite, and more.

Quick Start

Provide project context and I will provision Neon, configure Drizzle, generate migrations, and supply ready-to-run templates.

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 Postgres database?

To set up Drizzle ORM with Neon Postgres, you need to provision the database, configure environment connections, and generate schemas. The skill automates this workflow by detecting project context and supplying ready-to-run templates for safe integration.

Can I configure Drizzle for different deployment adapters like HTTP and WebSocket?

Yes, configuring Drizzle for different deployment adapters is supported. The setup workflow supports both HTTP and WebSocket adapters per deployment target, ensuring environment variables load correctly for your specific runtime requirements.

Does the Drizzle Neon setup work with frameworks like Next.js and Express?

Yes, the Drizzle Neon setup provides framework-agnostic guidance. It explicitly supports Next.js, Express, Vite, and more by auto-detecting your project context to select the appropriate configuration guide and templates.

What is the best way to generate migrations using Drizzle-kit with Neon?

The best way to generate migrations with Drizzle-kit and Neon is using a phase-based workflow. The skill executes safe, incremental integration by configuring Drizzle-kit workflows, generating migrations, and linking Neon best practices for ongoing maintenance.

Why are my environment variables not loading correctly with Drizzle and Neon?

Environment variables may fail to load correctly with Drizzle and Neon if the project context is misconfigured. The setup ensures environment variables load properly and links Neon Drizzle best practices to resolve ongoing maintenance issues.