hof / datamodel
Data modeling is core to the development process. As our understanding of the problem changes, so must our implementation.
hof
has a data modeling system where you
- define you data models in CUE
- generate types, database tables, and API resources
- checkpoint the data model and maintain a history
- have the entire history available for generating migrations and tranformations
- With CUE
- Commands
- Schemas
- Extending
- Generators
- For Databases
- For Languages
- Snapshots and History
- Migrations and Lenses
- Composition
- Complexity