Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections, generates schemas, and runs migrations. Results in working code that can immediately connect to and query the database. Use when creating new projects with Drizzle, adding ORM to existing applications, or modifying database schemas.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
guides/existing-project.mdguides/new-project.mdguides/schema-only.mdguides/troubleshooting.mdreferences/adapters.mdreferences/migrations.mdreferences/query-patterns.mdscripts/generate-schema.tsscripts/run-migration.tstemplates/db-http.tstemplates/db-websocket.tstemplates/drizzle-config.tstemplates/schema-example.ts