What problem does it solve? Choosing the wrong database, ORM, or schema structure early in a project leads to painful migrations, slow queries, and over-engineered systems. This Skill provides decision frameworks and reference material so you design schemas and pick tools based on 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. - Schema & Indexing Guidance: Principles for normalization, primary keys, timestamps, relationships, composite indexes, and safe zero-downtime migrations. - Schema Validation Script: A Python script that scans Prisma schemas for missing IDs, timestamps, naming issues, and missing indexes. - Use Case: When starting a new serverless app, ask for a database recommendation and get a reasoned choice (e.g., Neon vs Turso) plus a schema with proper indexes and migration strategy. ## Quick Start Ask the assistant to help design a database schema for your application and recommend a database and ORM based on your deployment environment.