mixins library
Mixins
-
DeleteAllMixin<
T extends OfflineFirstModel> - Adds functions deleteAll and deleteAllExcept
-
DestructiveLocalSyncFromRemoteMixin<
T extends OfflineFirstModel> -
Provides an extended
get
method to support remote syncs that override local data. For example, if two models exist in theremoteProvider
but three exist insqliteProvider
andmemoryCacheProvider
, the extra model is removed from the local providers when#get:forceLocalSyncFromRemote
is true or when destructiveLocalSyncFromRemote is invoked.