dorm_framework 1.0.0-alpha.5
dorm_framework: ^1.0.0-alpha.5 copied to clipboard
Exposes classes, filters and joins to implement the 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