Queues a command for execution, and when done, returns the number of rows affected by the sql command. Indentical to query apart from the information returned.
Future<int> execute(String sql, [Map? values]);