Queues a command for execution, and when done, returns the number of rows affected by the SQL command.
Future<int> execute(String sql, [Map? values]) => conn.execute(sql, values);