Implements type-safe PostgreSQL database schemas and query patterns using Drizzle ORM.
The Drizzle ORM Patterns skill provides a comprehensive set of best practices and implementation templates for managing PostgreSQL databases. It equips Claude with the ability to generate production-ready TypeScript code for schema definitions, complex relational mappings, and efficient database client configurations. Whether you are building a new backend or optimizing an existing one, this skill streamlines the creation of type-safe queries, mutations, and multi-step transactions while managing database migrations through Drizzle Kit.
主な機能
01Standardized database client and connection pool setup
02Integrated Drizzle Kit migration and management workflows
031 GitHub stars
04Streamlined mutation patterns for single and bulk operations
05Type-safe PostgreSQL schema and relation definitions
06Advanced query patterns for filtering and relational joins
ユースケース
01Implementing type-safe database migrations and complex relations
02Building scalable PostgreSQL-backed Node.js or Next.js applications
03Accelerating backend development with consistent, repeatable ORM patterns