static Future<int> update(String query, [List<dynamic> bindings = const []]) => _mainInstance!._dbConnection!.update(query, bindings);