A fast-feedback compiler from PRQL to SQL, hosted at https://prql-lang.org/playground/
To run locally, set up a development environment, and then run1:
task run-playground
This currently uses wasm-react-scripts
instead of react-scripts
, until
facebook/create-react-app#8303 is merged.
Footnotes
-
...which is equivalent to:
↩cd playground npm install npm start