Insert or update (UPSERT) - MySQL: INSERT ... ON DUPLICATE KEY UPDATE
Future<int> upsert( List<Map<String, dynamic>> rows, { required List<String> uniqueBy, List<String>? update, });