Skip to content

Commit

Permalink
chore: Backport #3254 to web (#3255)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
  • Loading branch information
prql-bot and max-sixty committed Aug 4, 2023
1 parent b884fb1 commit cfb62cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ I especially want to give [Aljaž Mur Eržen](https://github.com/aljazerzen)
(@aljazerzen) the credit he deserves, who has contributed the majority of the
difficult work of building out the compiler. Much credit also goes to
[Charlie Sanders](https://github.com/charlie-sanders) (@charlie-sanders), one of
PRQL's earliest supporters and the author of PyPrql, and
PRQL's earliest supporters and the author of pyprql, and
[Ryan Patterson-Cross](https://github.com/rbpatt2019) (@rbpatt2019), who built
the Jupyter integration among other Python contributions.

Expand Down
2 changes: 1 addition & 1 deletion bindings/prql-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`prql-python` offers Rust bindings to the `prql-compiler` Rust library. It
exposes a Python method `compile(query: str) -> str`.

This is consumed by [PyPrql](https://github.com/prql/PyPrql) &
This is consumed by [pyprql](https://github.com/prql/pyprql) &
[dbt-prql](https://github.com/prql/dbt-prql).

The crate is not published to crates.io; only to PyPI at
Expand Down
18 changes: 13 additions & 5 deletions web/website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tools_section:
"Online in-browser playground that compiles PRQL to SQL as you type."

- link: https://pyprql.readthedocs.io/
label: "PyPrql"
label: "pyprql"
text: |
Provides Jupyter/IPython cell magic and Pandas accessor.
Expand All @@ -169,17 +169,20 @@ integrations_section:
- label: "Jupyter/IPython"
link: https://pyprql.readthedocs.io/en/latest/magic_readme.html
text:
"PyPrql contains a Jupyter extension, which executes a PRQL cell against
"pyprql contains a Jupyter extension, which executes a PRQL cell against
a database. It can also set up an in-memory DuckDB instance, populated
with a pandas DataFrame."

- label: "ClickHouse"
link: https://clickhouse.com/docs/en/guides/developer/alternative-query-languages
text: ClickHouse natively supports PRQL with `SET dialect = 'prql'`
text: |
ClickHouse natively supports PRQL with
`SET dialect = 'prql'`
- label: Visual Studio Code
link: https://marketplace.visualstudio.com/items?itemName=prql-lang.prql-vscode
text: Extension with syntax highlighting and an upcoming language server.
text: Extension with syntax highlighting and live SQL compilation.

- label: "Prefect"
link: https://prql-lang.org/book/project/integrations/prefect.html
Expand Down Expand Up @@ -209,7 +212,12 @@ bindings_section:
- link: "https://crates.io/crates/prql-compiler"
label: "prql-compiler"
text: |
Reference compiler implementation, written in Rust. Transpile, format and annotate PRQL queries.
Compiler implementation, written in Rust. Compile, format & annotate PRQL queries.
- link: https://prql-lang.org/book/project/bindings/index.html
label: Others
text: |
Java, C, C++, Elixir, .NET, and PHP have unsupported or nascent bindings.
testimonials_section:
enable: true
Expand Down

0 comments on commit cfb62cb

Please sign in to comment.