kaspermarstal / plprql

Use PRQL in PostgreSQL
https://prql-lang.org/
Apache License 2.0
425 stars 4 forks source link

Simple way to enable extension in postgres? The README is confusing me #75

Open corneliusroemer opened 1 month ago

corneliusroemer commented 1 month ago

How do I enable the plprql extension in postgres? Do I really need to run all these commands listed in the readme, installing all sorts of packages in ubuntu?

How can I add it to the standard docker image of postgres?

kaspermarstal commented 3 weeks ago

You can create a new docker image based on the standard docker image that installs one of the .deb packages from the release page. That would be the easiest way.

kaspermarstal commented 3 weeks ago

I improved the README and added a docker/plprql.Dockerfile that you can use as inspiration.

Vonng commented 3 weeks ago

I have built RPM and DED packages for plprql and provided repositories for yum (EL8/EL9) and apt (Debian 12 / Ubuntu 22.04).

How do I enable the plprql extension in postgres? Do I really need to run all these commands listed in the readme, installing all sorts of packages in ubuntu?

How can I add it to the standard docker image of postgres?