Performs a bulk update on all rows matching the current query.
Future<int> updateAll(Map<String, dynamic> data) async { final result = await _builder.update(data); return result.affectedRows ?? 0; }