# Drizzle

> Drizzle ORM usage guidance. Use when defining Drizzle schemas, writing queries, configuring database connections (especially Postgres), and managing migrations with drizzle-kit or existing project tooling.

- Skill: `justbecauselabs/drizzle` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add justbecauselabs/drizzle`
- Raw SKILL.md: https://api.skillmd.com/api/skills/justbecauselabs/drizzle/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: justbecauselabs (https://skillmd.com/u/justbecauselabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/justbecauselabs/drizzle

---


# Drizzle ORM

## Scope
Focus on Drizzle ORM usage only (schemas, queries, connections, migrations). Follow existing project conventions before introducing new patterns.

## Workflow
- Inspect `drizzle.config.*`, schema files, and the database client setup before changes.
- Use the relevant references:
  - `references/querying.md` for query patterns, joins, transactions, and raw SQL.
  - `references/postgres.md` for Postgres drivers, connection setup, and runtime notes.
  - `references/schema-migrations.md` for schema changes and migrations.
- Keep schema changes and migrations in lockstep using the repo's scripts/commands.

