drizzle

Originally fromlobehub/lobe-chat
Installation
SKILL.md

Drizzle ORM Schema Style Guide

Configuration

  • Config: drizzle.config.ts
  • Schemas: src/database/schemas/
  • Migrations: src/database/migrations/
  • Dialect: postgresql with strict: true

Helper Functions

Location: src/database/schemas/_helpers.ts

  • timestamptz(name): Timestamp with timezone
  • createdAt(), updatedAt(), accessedAt(): Standard timestamp columns
  • timestamps: Object with all three for easy spread

Naming Conventions

Installs
1.5K
Repository
lobehub/lobehub
GitHub Stars
78.4K
First Seen
Jan 27, 2026
drizzle — lobehub/lobehub