rr-drizzle

Define Drizzle ORM schemas and migrations for PostgreSQL databases.

54|9|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/roderik/ai-rules --skill rr-drizzle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rr-drizzle
Source: https://github.com/roderik/ai-rules/tree/main/.claude/skills/rr-drizzle
Command: npx skills add https://github.com/roderik/ai-rules --skill rr-drizzle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires drizzle-orm, drizzle-kit, pg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for building type-safe database applications with Drizzle ORM and PostgreSQL, eliminating common database-related errors and streamlining development workflows.

Core Features & Use Cases

  • Type-Safe Schemas & Queries: Define database schemas and write queries with full TypeScript type inference.
  • Migrations & Performance: Manage database migrations and optimize query performance with best practices.
  • PostgreSQL Integration: Leverage Drizzle's capabilities specifically for PostgreSQL databases.
  • Use Case: When designing a new database schema for a TypeScript application, use this skill to define your Drizzle schema, generate migrations, and ensure all your database interactions are fully type-safe.

Quick Start

Use the rr-drizzle skill to define a basic 'users' table schema with Drizzle ORM for a PostgreSQL database.