Database

Workflow for designing, querying, and reasoning about databases — schema modeling, normalization, keys/constraints, indexing strategy, query patterns, EXPLAIN plans, transactions and isolation. Covers general database concepts, relational/SQL behavior, engine-specific quirks, non-relational systems, and workload shapes. Defaults to relational; covers non-relational when the user is working there. Produces DDL, indexing recommendations, query rewrites, and migration-content snippets — hands off integrating those into the project's migration framework and application data-access code to /ship, and surrounding infrastructure (replication, backups, hosted-database choice) to /devops.

yamanidev ac5e73b 10.0 KB Updated

File contents

yamanidev/claude-code-configuration/tree/main/skills/database commit ac5e73bec9

Frequently asked questions

npx skillmds@latest add yamanidev/database