Drizzle ORM package for SQL databases. Use when: database queries and migrations; data modeling with schemas; connection pooling. NOT for: in-memory-only caching; simple file-based key-value storage.
Install
npx skillscat add yusenthebot/skills-pack/drizzle-orm Install via the SkillsCat registry.
SKILL.md
drizzle-orm
Overview
Drizzle ORM package for SQL databases. A popular database package for Node.js with 20.8M monthly downloads.
Installation
npm install drizzle-ormCore API / Usage
import drizzleorm from 'drizzle-orm';
// See official documentation for complete API reference
// https://www.npmjs.com/package/drizzle-ormCommon Patterns
Refer to the official documentation for common patterns, recipes, and advanced usage examples.
Configuration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Current version: 0.45.1. Check the changelog when upgrading across major versions.
- Refer to the official npm page for edge cases and advanced configuration.