entity_store_isar 6.0.0-dev.1
entity_store_isar: ^6.0.0-dev.1 copied to clipboard
Isar database integration for EntityStore state management ecosystem
6.0.0-dev.1 #
Initial Release #
- NEW: Isar database integration for EntityStore ecosystem
- NEW: High-performance local database backend using Isar 3.x
- NEW: Complete CRUD operations (save, findById, findAll, delete, etc.)
- NEW: Query builder with filtering, sorting, and pagination support
- NEW: Transaction support for data integrity
- NEW: Integration with EntityStore's reactive notification system
- NEW: Batch operations (saveAll, deleteAll)
- NEW: Upsert functionality for create-or-update operations
Features #
- Full offline support with automatic data persistence
- Type-safe operations with compile-time error checking
- Compatible with EntityStore 6.0.0-dev series
- Comprehensive documentation and examples
Known Limitations #
observeByIdandobserveAllstreams not yet implemented (planned for future releases)- Some advanced query operators (
whereIn,arrayContainsAny) have simplified implementations - Code generation requires compatible analyzer version
Dependencies #
- entity_store: ^6.0.0-dev.13
- isar: ^3.1.0+1
- isar_flutter_libs: ^3.1.0+1