A collection of database design principles and best practices, built as a bilingual (English / Traditional Chinese) documentation site.
DEE provides numbered, structured guidelines for database design -- from relational fundamentals to NoSQL patterns and operational best practices. Each principle includes context, actionable guidance, visual diagrams, examples, and common mistakes.
pnpm install
pnpm docs:dev # Start dev server
pnpm docs:build # Build for production
pnpm docs:preview # Preview production build| Range | Category |
|---|---|
| 0-9 | DEE Overall |
| 10-29 | Fundamentals |
| 100-149 | Relational Design |
| 150-199 | Indexing and Storage |
| 200-299 | Query and Performance |
| 300-399 | Schema Evolution |
| 400-449 | NoSQL Patterns |
| 450-499 | Caching and Search |
| 500-599 | Application Patterns |
| 600-699 | Operations |
Follow the template in DEE-0 and submit a pull request.