Skip to content

Commit

Permalink
Change "qStudio" to "QStudio";
Browse files Browse the repository at this point in the history
Also mention the pre-built macOS application that bundles QStudio and `prqlc`;
Update website copyright to 2022-2024
  • Loading branch information
richb-hanover committed Dec 19, 2024
1 parent 5fb8612 commit 02862c5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ We're also spending time thinking about:
- Making it really easy to start using PRQL. We're doing that by building
integrations with tools that folks already use; for example a VS Code
extension, Jupyter integration, and the recent
[qStudio](https://www.timestored.com/qstudio/prql-ide) integration. If there
[QStudio](https://www.timestored.com/qstudio/prql-ide) integration. If there
are tools you're familiar with that you think would be open to integrating
with PRQL, please let us know in an issue.
- Whether all our initial decisions were correct — for example
Expand Down
2 changes: 1 addition & 1 deletion web/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ General information about the project, tooling and development.
- [ClickHouse](./project/integrations/clickhouse.md)
- [Jupyter](./project/integrations/jupyter.md)
- [DuckDB](./project/integrations/duckdb.md)
- [qStudio](./project/integrations/qstudio.md)
- [QStudio](./project/integrations/qstudio.md)
- [Prefect](./project/integrations/prefect.md)
- [VS Code](./project/integrations/vscode.md)
- [PostgreSQL](./project/integrations/postgresql.md)
Expand Down
2 changes: 1 addition & 1 deletion web/book/src/project/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PRQL is building integrations with lots of external tools, including:
- [ClickHouse](./clickhouse.md)
- [Jupyter](./jupyter.md)
- [DuckDB](./duckdb.md)
- [qStudio](./qstudio.md)
- [QStudio](./qstudio.md)
- [Prefect](./prefect.md)
- [VS Code](./vscode.md)
- [PostgreSQL](./postgresql.md)
Expand Down
17 changes: 10 additions & 7 deletions web/book/src/project/integrations/qstudio.md
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.
2 changes: 1 addition & 1 deletion web/website/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ params:
- static/img/favicon-32x32.png
title: PRQL

license: "© 2022-2023, PRQL Developers. Apache 2.0 Licensed"
license: "© 2022-2024, PRQL Developers. Apache 2.0 Licensed"

googleAnalytics: G-LQJDD599T4
6 changes: 3 additions & 3 deletions web/website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ integrations_section:
link: https://github.com/ywelsch/duckdb-prql
text: A DuckDB extension to execute PRQL

- label: "qStudio"
- label: "QStudio"
link: https://www.timestored.com/qstudio/prql-ide
text:
"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,
"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..."

Expand Down

0 comments on commit 02862c5

Please sign in to comment.