What problem does it solve? Choosing the wrong database, ORM, or indexing strategy leads to slow queries, painful migrations, and costly rewrites. This Skill provides structured decision frameworks so you pick the right database and design schemas based on your actual context instead of defaults. ## Core Features & Use Cases - Database & ORM Selection: Decision trees comparing PostgreSQL, Neon, Turso, SQLite, PlanetScale, and ORMs like Drizzle, Prisma, and Kysely based on deployment environment and query complexity. - Schema Design & Indexing Guidance: Principles for normalization, primary key selection, timestamps, relationships, composite indexes, and index type selection (B-tree, GIN, HNSW). - Query Optimization & Safe Migrations: N+1 detection strategies, EXPLAIN ANALYZE workflow, and zero-downtime migration patterns for serverless databases. - Use Case: When building a new edge-deployed app, use this Skill to decide between Turso and Neon, choose Drizzle as the ORM, design the schema with proper foreign keys, and validate it with the included schema validator script. ## Quick Start Ask the AI to help you choose a database and design a schema for your project, describing your deployment environment and query patterns.