drizzle-game-schema
Installation
SKILL.md
Drizzle Game Schema
Production-ready database patterns for game persistence using Drizzle ORM with SQLite/Turso.
Schema Organization
packages/db/src/schema/
├── index.ts # Export all schemas
├── auth.ts # Better-Auth tables
├── player.ts # Player profiles, stats
├── inventory.ts # Items, currencies
├── game-session.ts # Active game state
├── progression.ts # Achievements, unlocks
└── social.ts # Leaderboards, friends