AgentSkillsCN

drizzle

Drizzle ORM文档,涵盖查询、CRUD操作、模式定义、迁移、缓存(50个主题)、自定义类型和数据库连接。包含PostgreSQL(Neon、Vercel、Supabase、AWS数据API、PlanetScale、Prisma)、MySQL(AWS数据API、PlanetScale、TiDB)和SQLite(Bun、Cloudflare D1/Durable Objects、Expo、Turso、OP SQLite)的集成。适用于处理Drizzle查询、数据库模式、迁移、类型安全SQL、ORM模式或连接支持的数据库时。

SKILL.md
--- frontmatter
name: drizzle
description: Drizzle ORM documentation covering queries, CRUD operations, schema definitions, migrations, caching (50 topics), custom types, and database connections. Includes integrations for PostgreSQL (Neon, Vercel, Supabase, AWS Data API, PlanetScale, Prisma), MySQL (AWS Data API, PlanetScale, TiDB), and SQLite (Bun, Cloudflare D1/Durable Objects, Expo, Turso, OP SQLite). Use when working with Drizzle queries, database schemas, migrations, type-safe SQL, ORM patterns, or connecting to supported databases.
allowed-tools: Read, Glob, Grep

drizzle Documentation

Source: https://orm.drizzle.team/llms-full.txt Generated: 2026-01-11 22:30 UTC Total: 101 topics across 46 chapters (~338,612 tokens)

Retrieval Workflow

  1. Find Chapter: Browse the chapter listing below to locate the relevant category
  2. Find Topic: Read _index.md inside that chapter's folder for the topic list
  3. Read Content: Read the specific topic file

Quick Search

If unsure which chapter contains your answer:

code
grep -r "keyword" .claude/skills/drizzle/docs/

Chapters

Rules

  • Start at this file to locate content - never guess file paths
  • Read only necessary files to minimize token usage
  • Cite specific file paths when referencing documentation