What problem does it solve?
Setting up an ORM with a new database, managing schemas, and handling migrations can be complex and error-prone. This Skill streamlines the entire Drizzle ORM integration with Neon, providing guided workflows for new and existing projects, saving developers significant setup time.
Core Features & Use Cases
- Full Drizzle Setup: Installs Drizzle ORM, configures connections, and sets up schema generation and migration scripts.
- Guided Workflows: Offers step-by-step guides for new projects, integrating into existing applications, and schema-only development.
- Adapter Selection: Automatically detects your environment (e.g., Next.js, Node.js) to choose the optimal HTTP or WebSocket database adapter.
- Use Case: Start a new Next.js project and instantly have a fully configured Drizzle ORM connected to a Neon database, ready for schema definition and type-safe data querying.
Quick Start
Use the neon-drizzle skill to set up Drizzle ORM with Neon for my Next.js blog.