What problem does it solve?
This Skill streamlines database interactions by providing type-safe schema definition, querying, and migration management for PostgreSQL using Drizzle ORM, reducing common errors and improving developer productivity.
Core Features & Use Cases
- Type-Safe Schema: Define your database schema in TypeScript with Drizzle ORM, ensuring type safety for all database operations.
- Efficient Querying: Write concise and performant queries using Drizzle's fluent API, including relational queries for nested data.
- Automated Migrations: Generate and apply database migrations automatically using drizzle-kit.
- Use Case: When building a new API backend, use this Skill to define your PostgreSQL schema, write all data access logic, and manage database schema evolution throughout development and deployment.
Quick Start
Use the postgres-drizzle skill to create a new users table with an id, email, and timestamps.