sembast.utils.sembast_import_export library
Functions
-
exportDatabase(
Database db ) → Future< Map< String, dynamic> > - Return the data in an exported format that (can be JSONified).
-
importDatabase(
Map srcData, DatabaseFactory dstFactory, String dstPath, {SembastCodec codec} ) → Future< Database> - Import the exported data into a new database