Future<int> update(String query, [List<dynamic> bindings = const []]) async { return await driver.update(query, bindings); }