drizzle-patterns

Community

Standard Drizzle ORM schemas for Otaku Odyssey.

Authorleonardoacosta
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides reusable Drizzle ORM schema patterns to encourage consistency in table definitions, relations, and migrations across Otaku Odyssey applications.

Core Features & Use Cases

  • Schema Definition: Standard table definitions with primary keys, fields, and audit timestamps.
  • Relations & Migrations: Patterns for one-to-many, many-to-many relationships and migration commands.
  • Query Patterns: Example queries for common operations like find, insert, update with relations.

Quick Start

Use the patterns when creating or updating a database schema, e.g., define a new features table following the pattern shown.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: drizzle-patterns
Download link: https://github.com/leonardoacosta/Installfest/archive/main.zip#drizzle-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository