Future<int> deleteAllItems({required String tableName}) async { final db = await database; return await db.delete(tableName); }