This drops Drizzle ORM into Bun projects with SQLite, giving you type-safe queries without writing raw SQL. The setup is minimal: add the packages, define your schema in TypeScript, run migrations with drizzle-kit. What's nice is the relational query API that lets you pull nested data without manual joins, and the prepare() method for reusing statements in tight loops. It includes practical examples of upserts, transactions, and the json column mode for SQLite. If you're already on Bun and want an ORM that feels like TypeScript instead of fighting it, this covers the integration patterns and CRUD operations you'll actually use.
npx -y skills add secondsky/claude-skills --skill bun-drizzle-integration --agent claude-codeInstalls to .claude/skills
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
prisma/skills