Initial commit
This commit is contained in:
32
skills/data-modeling/reference/INDEX.md
Normal file
32
skills/data-modeling/reference/INDEX.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user