bool statement(String query, [List<dynamic> bindings = const []]) { return driver.statement(query, bindings); }