AI AGENT ADDONS
Databases
1,517installs

This guide helps you write database schemas using Drizzle ORM for PostgreSQL. It covers naming rules for tables and columns. You will learn how to set up primary keys without sequences. It also shows the right way to add foreign keys and timestamps.

Follow these patterns to keep your database code clean and consistent across the project. The guide includes helper functions for timestamps. It also warns against using artificial sentinel strings for missing values.

Developers working on pgTable schemas, indexes, joins, or query patterns will find this useful. It ensures every new table matches the existing project style.

Add Drizzle skill to your workflow

Global

mkdir -p ~/.claude/skills/drizzle

Project

mkdir -p .claude/skills/drizzle

Source Repository

Stars
79,191
Forks
15,490
Watchers
79,191
License
NOASSERTION
Last Push
23 days ago
Created
3 years ago