abstractdb 1.2.0
abstractdb: ^1.2.0 copied to clipboard
A flexible document database abstraction layer for Dart and Flutter supporting pluggable persistence (Sembast, Supabase) and reactive queries.
1.2.0 #
- Added
upsertCollectiontoAbstractDbsupporting dynamic collection registration and safe configuration updates. - Added asynchronous
dispose()toCollectionandReplicatorProviderinterfaces to handle clean-up of pending operations. - Updated
SupabaseReplicatorto asynchronously close realtime channels.
1.1.0 #
- Added ForeignKeyIndex supporting validation of links/relationships between documents.
- Updated indexers documentation.
1.0.0 #
- Initial version.