#PRQL
3/15 Comparisons to Existing Tools: FrustratedMonky compares it to F# Type Providers. tehlike suggests LINQ or PRQL. How does this new approach stack up? 🧱 #FSharp #LINQ #PRQL #DataTools
April 27, 2025 at 3:55 PM
I didn't know PRQL, it seems really interesting, I'll take a look
May 1, 2025 at 6:37 PM
I don't think native database support for Malloy or PRQL is the barrier since the user doesn't have to care about the generated SQL. The bigger barrier is tool adoption. Malloy only works in VSCode, but no other typical tools. PRQL has a bit more traction here. Considering adding it to @coginiti.co
October 27, 2024 at 8:26 PM
@meangrape.com Every now and then I think to myself that I could write a database that understands PRQL (prql-lang.org) natively, backed by RocksDB, and then I remember I am not paid to hurt myself in such ways, and I should find healthier hobbies :')
PRQL
PRQL is a modern language for transforming data
prql-lang.org
October 29, 2025 at 6:54 PM
SQL became less awful for me when I embraced CTEs.

But you're right -- it's still SQL.

I've seen prql-lang.org but never tried it -- it seems like a nice change to the syntax at a glance.
PRQL
PRQL is a modern language for transforming data
prql-lang.org
August 13, 2025 at 2:20 PM
Hey #dataBS, the #PRQL repo is just short of 10k ⭐️s. The 10_000th person to ⭐️ the repo gets a free lifetime supply of relief from #SQL pain and problems!
November 2, 2024 at 6:35 PM
February 19, 2024 at 3:10 PM
```prql
from [{n=1}]
loop (
filter n<9
select n+1
)
aggregate year=((sum n)**2|as int)
select message=f"All the best for {year}!"
```

#PRQL #dataBS
January 3, 2025 at 7:26 AM
There sure is a "prequel" which writes the SQL for you 😉 #PRQL
November 2, 2024 at 6:30 PM
Interesting #ModernDataStack: «PRQL + DuckDB + Dagster».

> I evaluated the space for work at my current company (handling ~300 sources, ~1k downstream dbt tables + hundreds of dashboards)

Found on HN (https://news.ycombinator.com/item?id=39130736) about the PRQL as a DuckDB...
November 4, 2024 at 2:48 AM
What do you want to do in the UDF? If you're operating in the current row context then prql-lang.org can do a lot for you. If you want to do more than that then it really depends on the Query Engine because that's outside the scope of #SQL.
December 4, 2024 at 1:06 PM
PRQL as a DuckDB Extension (github.com)

Main Link | HN Post
January 25, 2024 at 4:18 PM
PRQL: Pipelined Relational Query Language
PRQL:パイプライン型リレーショナルクエリ言語

🔺 406
💬 44
🔗 HN Post | Article
GitHub - PRQL/prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement - GitHub - PRQL/prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined...
github.com
July 26, 2023 at 7:40 AM
TIL I should look into prql
November 17, 2024 at 9:10 PM
Hi @hadleywickham.bsky.social I am curious, what are your thoughts on PRQL? prql-lang.org
PRQL
PRQL is a modern language for transforming data
prql-lang.org
December 11, 2024 at 1:18 PM
That's the #SQL generated from the #PRQL above. It wouldn't fit in a single skeet. The arguments for #PRQL just make themselves. 😉

Learn more at prql-lang.org or github.com/PRQL/prql or run the code yourself in the Online Playground prql-lang.org/playground/.
Playground
prql-lang.org
January 3, 2025 at 7:35 AM
SQL-likeデータ変換用言語。こういうデータパイプライン用言語ってちゃんと把握していないんだけども、どこかに一覧ないかな。 | GitHub - PRQL/prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement https://github.com/PRQL/prql
July 26, 2023 at 4:19 AM
Talk 23: "PRQL: a modern, pipelined SQL replacement" by Tobias Brandt (@tobiasbrandt.bsky.social)
February 26, 2025 at 3:58 AM
PRQL / prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement ★8876 https://github.com/PRQL/prql
PRQL / prql
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
github.com
January 20, 2024 at 12:08 PM
queria nao ir pra escola hoje, não aguento mais ir prql inferno
September 12, 2024 at 10:03 AM
Why prql is not more popular than sql yet? It looks like a major leap forward

prql-lang.org
PRQL
PRQL is a modern language for transforming data
prql-lang.org
November 20, 2024 at 12:21 AM
💡 Summary by GPT3:

PRQLは、パイプライン化されたSQLの代替として機能するデータ変換のためのモダンな言語です。PRQLは読みやすく、明示的で宣言的であり、変数と関数をサポートしています。PRQLはSQLにコンパイルされるため、どのSQLデータベースでも使用することができます。この言語では、フィルタリング、集計、新しい列の派生、グループ化、ソートなどが可能です。PRQLは現在も開発が進められており、いくつかの軽微なバグや機能の不足があります。重点は新機能の構築、堅牢性の確保、PRQLへの貢献を容易にすることにあります。リポジトリにはコンパイラ、 (1/2)
July 26, 2023 at 7:40 AM
Alternatively just point them at prql-lang.org and then they won't need to remember the order of the clauses anymore! #PRQL
PRQL
PRQL is a modern language for transforming data
prql-lang.org
November 2, 2024 at 6:28 PM
Reminds me of prql

prql-lang.org
PRQL
prql-lang.org
August 14, 2024 at 9:48 PM