dorm_annotations 1.0.0-alpha.5
dorm_annotations: ^1.0.0-alpha.5 copied to clipboard
Exposes annotations used to generate code for dORM framework.
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.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