Future<void> update(TDao object) async => await transaction((context) async => await context.update(object));