For folks using Windows, there is very similar project miniWeb [1], which is also a single binary, serves a directory with one click and provides dur listings.
Very useful for LAN parties or sharing over home network, when windows network discovery just wont work.
That's true - when you hit 4th CTE you are probably doing something wrong.
But not always. Some analytical queries may actually need such complexity. Also, during development, you would sometimes pick only first 50 rows before joining and grouping, with intention of not overloading the db. To do this you need a CTE (or nested select), but in PRQL you just add a `take 50` transform to the top.
We integrated it into PRQL compiler and the errors are beautiful!
https://github.com/prql/prql/pull/275