Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

drizzle

// Drizzle ORM schema authoring and query style for LobeHub (postgres, strict mode). Use when editing anything under `src/database/schemas/`, defining `pgTable` columns/indexes/junction tables, spreading `...timestamps`, generating `createInsertSchema`/`$inferSelect`/`$inferInsert` types, writing `db.select().from(...).leftJoin(...)` queries, or deciding when to split a relational `with:` into two queries. Triggers on `pgTable`, `db.select`, `db.query`, `eq()`/`and()`/`inArray()`, `uniqueIndex`, `primaryKey`, `references({ onDelete })`, 'add a column', 'new table', 'foreign key', 'junction table', 'schema field'. For migration files specifically, see the `db-migrations` skill.

$ git log --oneline --stat
stars:٧٧٬٢٠٢
forks:١٥٬١٩٥
updated:١١ مايو ٢٠٢٦ في ١٤:٤٨
SKILL.md
readonly