utils/import_export_io library

Functions

exportDatabaseToJsonlFile(Database db, String path, {List<String>? storeNames}) Future<void>
Write the export in a file (currently in .jsonl format)
importDatabaseFromFile(String path, DatabaseFactory dstFactory, String dstPath, {SembastCodec? codec, List<String>? storeNames}) Future<Database>
Import database from a file (currently in .jsonl format)