drizzle-orm

Installation
SKILL.md

Drizzle ORM

Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments.

Quick Start

Installation

# Core ORM
npm install drizzle-orm

# Database driver (choose one)
npm install pg            # PostgreSQL
npm install mysql2        # MySQL
npm install better-sqlite3 # SQLite

# Drizzle Kit (migrations)
npm install -D drizzle-kit
Related skills
Installs
4.3K
GitHub Stars
53
First Seen
Jan 23, 2026
drizzle-orm — bobmatnyc/claude-mpm-skills