AI AGENT ADDONS
Databases
4,353installs

Drizzle ORM is a TypeScript-first SQL ORM that gives you full type safety at compile time. It has zero runtime overhead and works well with serverless and edge runtimes.

You define your database schema using simple TypeScript objects. Then you write queries that feel like SQL. The library checks your types so mistakes are caught before your code runs.

Drizzle ORM supports PostgreSQL, MySQL, and SQLite. It is lightweight and has no extra dependencies. This makes it a great choice for modern web applications.

Add Drizzle Orm skill to your workflow

Global

mkdir -p ~/.claude/skills/drizzle-orm

Project

mkdir -p .claude/skills/drizzle-orm

Source Repository

Stars
58
Forks
19
Watchers
58
License
MIT
Last Push
1 month ago
Created
8 months ago