yusenthebot

drizzle-orm

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.

yusenthebot 0 Updated 3mo ago
GitHub

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-orm

Core API / Usage

import drizzleorm from 'drizzle-orm';

// See official documentation for complete API reference
// https://www.npmjs.com/package/drizzle-orm

Common 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.