ormed 0.1.0-dev+2
ormed: ^0.1.0-dev+2 copied to clipboard
Strongly typed ORM core primitives (annotations, metadata, codecs, and generator) for the routed ecosystem.
Changelog #
0.1.0-dev+2 #
- Synchronized release with ormed_cli rebranding.
0.1.0-dev+1 #
- Added automatic
snake_casecolumn name inference for model fields. - Fixed
DatabaseSeeder.seed<T>()to use repositories for correct data encoding. - Fixed
bootstrapOrm()to ensure model registration in existing registries. - Improved documentation for naming conventions and CLI-first workflow.
0.1.0-dev #
- Initial release.