phorm 1.0.0
phorm: ^1.0.0 copied to clipboard
PHORM — a lightweight, type-safe, driver-agnostic ORM for Dart and Flutter.
Changelog #
1.0.0 #
- First stable release of the PHORM Core.
- Driver-agnostic runtime query builder (
WhereBuilder,SortBuilder). - Generic CRUD service (
PhormCore<T extends Model>) with optionalDatabaseExecutorfor transaction support. - Seamless relational eager loading through Single-Query JSON Aggregation.
- Complete support for soft deletes (Paranoid mode) and automatic date timestamps.
- Native transaction wrapper and batch operation helpers (
insertBatch,updateBatch,deleteBatch, etc.).