-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also mention the pre-built macOS application that bundles QStudio and `prqlc`; Update website copyright to 2022-2024
- Loading branch information
1 parent
5fb8612
commit 02862c5
Showing
6 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# qStudio IDE | ||
# QStudio IDE | ||
|
||
[qStudio](https://www.timestored.com/qstudio/prql-ide) is a SQL GUI that lets | ||
you browse tables, run SQL scripts, and chart and export the results. qStudio | ||
[QStudio](https://www.timestored.com/qstudio/prql-ide) 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.... | ||
|
||
```admonish note | ||
qStudio relies on the PRQL compiler. You must ensure that `prqlc` is in your path. See the [installation instructions](https://prql-lang.org/book/project/integrations/prqlc-cli.html#installation) for `prqlc` in the PRQL reference guide for details. | ||
QStudio relies on the PRQL compiler. You must ensure that `prqlc` is in your path. See the [installation instructions](https://prql-lang.org/book/project/integrations/prqlc-cli.html#installation) for `prqlc` in the PRQL reference guide for details. | ||
``` | ||
|
||
qStudio calls `prqlc` (the PRQL compiler) to generate SQL code from PRQL queries | ||
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: | ||
|
||
- [qStudio site](https://www.timestored.com/qstudio/prql-ide) | ||
- [qStudio-PRQL Quick Start](https://github.com/richb-hanover/qStudio-PRQL_Quick_Start) | ||
- [QStudio site](https://www.timestored.com/qstudio/prql-ide) | ||
- [QStudio-PRQL Quick Start](https://github.com/richb-hanover/qStudio-PRQL_Quick_Start) | ||
- There is a | ||
[double-clickable macOS app](https://randomneuronsfiring.com/wp-content/uploads/QStudio.zip) | ||
that bundles QStudio and the `prqlc` compiler. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters