What problem does it solve? Setting up Drizzle ORM with a Neon Postgres database involves many error-prone steps: provisioning credentials, choosing the right connection adapter, configuring environment loading, and running migrations. This Skill automates the entire workflow so you end up with working code that can immediately query the database. ## Core Features & Use Cases - Guided Setup Workflows: Step-by-step guides for new projects, existing applications, and schema-only changes, with automatic detection of your package manager, framework, and deployment target. - Adapter Selection: Automatically chooses between HTTP (Vercel/Edge) and WebSocket (Node.js servers) adapters based on your environment, with full reference documentation. - Schema & Migration Automation: Generates type-safe schemas with relations, creates migration files, and runs them against your Neon database with troubleshooting support. - Use Case: Tell it "Setup Drizzle for my Next.js blog on Vercel" and it provisions a Neon database, installs dependencies, writes the connection code, generates a blog schema with users and posts, and runs the migrations. ## Quick Start Ask the assistant to set up Drizzle ORM with a Neon database for your project, describing your framework and what tables you need.