dorm_bloc_database 1.0.0-alpha.5 copy "dorm_bloc_database: ^1.0.0-alpha.5" to clipboard
dorm_bloc_database: ^1.0.0-alpha.5 copied to clipboard

An implementation of a database engine for dORM using bloc and in-memory storage.

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 #

  • BaseEngine and BaseRelationship to dorm_framework
  • relationships field to DatabaseEntity on dorm_framework

Changed #

  • Relationships are now created using the relationships field available on DatabaseEntity
  • Generated Dorm class now receives a BaseEngine instead of BaseReference

Removed #

  • OneToOneRelationship, OneToManyRelationship, ManyToOneRelationship and ManyToManyRelationship. Replaced by relationships field available on DatabaseEntity

1.0.0-alpha.4 - 2023-06-26 #

Added #

  • Documentation

Fixed #

  • Offline support for dorm_firebase_database

1.0.0-alpha.3 - 2023-06-26 #

Changed #

  • dorm package now is dorm_framework. Change your pubspec.yaml and import directives.

1.0.0-alpha.2 - 2023-06-26 #

Added #

  • ManyToManyRelationship class, supporting many-to-many joins
0
likes
120
pub points
0%
popularity

Publisher

verified publisherbeetsoftware.com

An implementation of a database engine for dORM using bloc and in-memory storage.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

bloc, dorm_framework, rxdart, uuid

More

Packages that depend on dorm_bloc_database