dorm_firebase_database 1.0.0-alpha.7
dorm_firebase_database: ^1.0.0-alpha.7 copied to clipboard
A firebase_database database engine for dORM.
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
ModelField
s - Add support to sealed classes on polymorphic models
1.0.0-alpha.5 - 2023-07-16 #
Added #
BaseEngine
andBaseRelationship
todorm_framework
relationships
field toDatabaseEntity
ondorm_framework
Changed #
- Relationships are now created using the
relationships
field available onDatabaseEntity
- Generated
Dorm
class now receives aBaseEngine
instead ofBaseReference
Removed #
OneToOneRelationship
,OneToManyRelationship
,ManyToOneRelationship
andManyToManyRelationship
. Replaced byrelationships
field available onDatabaseEntity