Future<Batch> batch() async { final db = await getOpenDatabase(); final batch = db.batch(); return batch; }