qStudio IDE
qStudio is a SQL GUI that lets you browse tables, run SQL scripts, and chart and export the results. qStudio runs on Windows, macOS and Linux, and works with every popular database including mysql, postgresql, mssql, kdb….
qStudio relies on the PRQL compiler. You must ensure that prqlc
is in your path. See the installation instructions for prqlc
in the PRQL reference guide for details.
qStudio calls prqlc
(the PRQL compiler) to generate SQL code from PRQL queries
(.prql files) then runs the SQL against the selected database to display the
results. For more details, check out: