·drizzle-orm
{}

drizzle-orm

Drizzle ORM — type-safe, lightweight TypeScript ORM for SQL databases. Schema declaration, CRUD queries, joins, relations, migrations with Drizzle Kit, and database seeding. Use when defining database schemas, writing queries (select/insert/update/delete), setting up migrations, configuring drizzle.config.ts, establishing database connections, validating data with drizzle-zod/valibot, or working with PostgreSQL, MySQL, SQLite, Turso, Bun SQL, Neon, Supabase, PGlite, Expo SQLite, Cloudflare D1, PlanetScale, SingleStore, MSSQL, CockroachDB.

10Installs·0Trend·@fellipeutaka

Installation

$npx skills add https://github.com/fellipeutaka/leon --skill drizzle-orm

How to Install drizzle-orm

Quickly install drizzle-orm AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/fellipeutaka/leon --skill drizzle-orm
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: fellipeutaka/leon.

SKILL.md

View raw

See references/connections.md for all provider setups (Neon, Turso, Supabase, D1, etc.).

| serial() | Auto-increment PK | Use integer().generatedAlwaysAsIdentity() for new projects | | integer() | 4-byte int | | | bigint({ mode: "number" }) | 8-byte int | "bigint" mode for >2^53 | | text() | Unlimited text | { enum: [...] } for TS union | | varchar({ length: n }) | Variable-length | | | boolean() | true/false | |

| timestamp() | Date/time | { withTimezone: true }, mode: "date" | | date() | Calendar date | mode: "date" for JS Date | | json() / jsonb() | JSON data | .$type () for typing | | uuid() | UUID | .defaultRandom() for genrandomuuid() | | numeric({ precision, scale }) | Exact decimal | Returns string by default |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fellipeutaka/leon --skill drizzle-orm
Category
{}Data Analysis
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from fellipeutaka/leon

Quick answers

What is drizzle-orm?

Drizzle ORM — type-safe, lightweight TypeScript ORM for SQL databases. Schema declaration, CRUD queries, joins, relations, migrations with Drizzle Kit, and database seeding. Use when defining database schemas, writing queries (select/insert/update/delete), setting up migrations, configuring drizzle.config.ts, establishing database connections, validating data with drizzle-zod/valibot, or working with PostgreSQL, MySQL, SQLite, Turso, Bun SQL, Neon, Supabase, PGlite, Expo SQLite, Cloudflare D1, PlanetScale, SingleStore, MSSQL, CockroachDB. Source: fellipeutaka/leon.

How do I install drizzle-orm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fellipeutaka/leon --skill drizzle-orm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/fellipeutaka/leon