drizzle-orm
Installation
SKILL.md
Drizzle ORM Developer Guide
This skill provides guidelines, patterns, and best practices for working with Drizzle ORM in this project.
Quick Start
For detailed development guidelines, patterns, and code examples, refer to references/patterns.md.
Core Philosophy
- Type-Safe by Default: Leverage TypeScript and Drizzle's type inference to catch database errors at compile time
- Performance First: Use prepared statements and query optimization techniques
- SQL Transparency: Keep SQL queries readable and avoid over-abstraction
- Minimal Overhead: Drizzle is a thin layer - use it accordingly without unnecessary complexity