Skip to content

Commit

Permalink
docs: Add to "what can you do with PRQL now" (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Apr 29, 2023
1 parent 29b2e84 commit c7672a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ For more on the language, more examples & comparisons with SQL, visit
## Current Status - April 2023

PRQL is being actively developed by a growing community. It's ready to use by
the intrepid, either as part of one of our supported extensions, or within your
own tools, using one of our supported language bindings.
the intrepid, either with our supported integrations, or within your own tools,
using one of our supported language bindings.

PRQL still has some minor bugs and some missing features, and probably is only
ready to be rolled out to non-technical teams for fairly simple queries.
Expand Down
13 changes: 8 additions & 5 deletions web/website/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,25 @@ away!

{{< faq "Cool story Hansel, but what can I actually do with PRQL _now_?" >}}

Use PRQL to build SQL queries today. In addition, we are focusing on several
integrations. Here's how you can use PRQL:
PRQL is ready to use by the intrepid, either with our supported integrations, or
within your own tools, using one of our supported language bindings. The easiest
way is with our integrations:

- **Prototype your PRQL queries** in the
[Playground](https://prql-lang.org/playground/) or the
[VS Code extension](https://marketplace.visualstudio.com/items?itemName=PRQL-lang.prql-vscode)
and copy/paste the resulting SQL into your database. It's not a great
and copy/paste the resulting SQL into your database. It's not the perfect
workflow, but it's easy to get started.
- **[Jupyter](https://pyprql.readthedocs.io/en/latest/magic_readme.html)**
allows writing PRQL in a Jupyter notebook or IPython repl, with a `%%prql`
magic. As well as connecting to existing DBs, our integration with DuckDB
enables querying pandas dataframes, CSVs & Parquet files, and writing the
output to a dataframe.
- **[DuckDB extension](https://github.com/ywelsch/duckdb-prql)** — is a DuckDB
extension which allows querying a DuckDB instance with PRQL.

It's also possible to add PRQL to your own apps with our [bindings](/#bindings)
for Rust, Python & JS. For an example of using PRQL with DuckDB, check out
It's also possible to query PRQL from your code with our [bindings](/#bindings)
for R, Rust, Python & JS. For an example of using PRQL with DuckDB, check out
[Querying with PRQL](https://eitsupi.github.io/querying-with-prql/).

{{</ faq >}}
Expand Down

0 comments on commit c7672a4

Please sign in to comment.