dorm_generator 1.0.0-alpha.7
dorm_generator: ^1.0.0-alpha.7 copied to clipboard
Generates code to implement the dORM framework based on annotations.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0-alpha.7 - 2024-12-08 #
1.0.0-alpha.6 - 2023-09-11 #
Added #
- List support to
ModelFields - Add support to sealed classes on polymorphic models
1.0.0-alpha.5 - 2023-07-16 #
Added #
BaseEngineandBaseRelationshiptodorm_frameworkrelationshipsfield toDatabaseEntityondorm_framework
Changed #
- Relationships are now created using the
relationshipsfield available onDatabaseEntity - Generated
Dormclass now receives aBaseEngineinstead ofBaseReference
Removed #
OneToOneRelationship,OneToManyRelationship,ManyToOneRelationshipandManyToManyRelationship. Replaced byrelationshipsfield available onDatabaseEntity