DatabaseExtension extension
Database extension methods.
- on
Methods
-
checkForChanges(
) → Future< void> -
Available on Database, provided by the DatabaseExtension extension
Behavior depends on the implementation. On sembast io, nothing will happen. On sembast_web and sembast_sqflite, data will be read again (incrementally or not) to handle external changes. -
compact(
) → Future< void> -
Available on Database, provided by the DatabaseExtension extension
Compact the database. -
reload(
) → Future< void> -
Available on Database, provided by the DatabaseExtension extension
Warning: unsafe. -
reOpen(
) → Future< void> -
Available on Database, provided by the DatabaseExtension extension
Warning: unsafe.