6
Add PL/PRQL extension
Source: supabase/supabase#21372 · opened by @Marviel
PRQL is an opportunity to make SQL more intuitive -- adding the PRQL extension could thus be very helpful for Supabase users!
------
From Readme:
PRQL in PostgreSQL!
PL/PRQL is a PostgreSQL extension that lets you write functions with PRQL. The extension supports PostgreSQL v12-16 on Linux and macOS.
What is PRQL?
PRQL (Pipelined Relational Query Language) is an open-source query language for data manipulation and analysis that compiles to SQL. PRQL introduces a pipeline concept (similar to Unix pipes) where data is transformed line-by-line. The sequential series of transformations reduces the complexity often encountered with nested SQL queries and makes your data manipulation logic easier to read and write.
------
From Readme:
PRQL in PostgreSQL!
PL/PRQL is a PostgreSQL extension that lets you write functions with PRQL. The extension supports PostgreSQL v12-16 on Linux and macOS.
What is PRQL?
PRQL (Pipelined Relational Query Language) is an open-source query language for data manipulation and analysis that compiles to SQL. PRQL introduces a pipeline concept (similar to Unix pipes) where data is transformed line-by-line. The sequential series of transformations reduces the complexity often encountered with nested SQL queries and makes your data manipulation logic easier to read and write.
No pledges yet. Be the first to back this.
Comments
Similar requests
Add new pg_bm25 full-text-search postgres extension
59 votes · 0 comments
Can Not Install Extension Pg_partman
2 votes · 0 comments
Support for Custom PostgreSQL Extensions
7 votes · 0 comments
Vote for Postgres extensions
37 votes · 0 comments
Adding pg_uuidv7 to the PG Extension list?
29 votes · 0 comments
No comments yet.