From 11c7b6c472f404352261304f61c496cdb46d8611 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Mon, 28 Oct 2024 17:57:47 -0400 Subject: [PATCH] docs: Mention qStudio-PRQL Quick Start guide (#4991) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- web/book/src/project/integrations/qstudio.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/book/src/project/integrations/qstudio.md b/web/book/src/project/integrations/qstudio.md index f3c0ebb5c83e..2789e665517f 100644 --- a/web/book/src/project/integrations/qstudio.md +++ b/web/book/src/project/integrations/qstudio.md @@ -11,5 +11,7 @@ qStudio relies on the PRQL compiler. You must ensure that `prqlc` is in your pat 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 the -[qStudio site](https://www.timestored.com/qstudio/prql-ide). +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)