Reset DB Class
Future<void> restart({DBConfig? config}) async { await close(); await open(_indexDB.dbFile.path, config: config); }