33 lines
789 B
Markdown
33 lines
789 B
Markdown
# Data Modeling Reference
|
|
|
|
Configuration and pattern references.
|
|
|
|
## Available References
|
|
|
|
### [naming-conventions.md](naming-conventions.md)
|
|
Field naming rules and conventions.
|
|
- snake_case requirements
|
|
- Boolean field prefixes
|
|
- Timestamp field suffixes
|
|
- Foreign key naming
|
|
|
|
### [indexes.md](indexes.md)
|
|
Index strategies and optimization.
|
|
- When to create indexes
|
|
- Composite indexes
|
|
- Unique constraints
|
|
- Performance considerations
|
|
|
|
### [migrations.md](migrations.md)
|
|
Migration patterns and best practices.
|
|
- Drizzle Kit workflow
|
|
- Alembic workflow
|
|
- Rollback strategies
|
|
- Testing migrations
|
|
|
|
## Quick Reference
|
|
|
|
**Need naming?** → [naming-conventions.md](naming-conventions.md)
|
|
**Need indexes?** → [indexes.md](indexes.md)
|
|
**Need migrations?** → [migrations.md](migrations.md)
|