supabase / pg_net

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
https://supabase.github.io/pg_net
Apache License 2.0
244 stars 19 forks source link

Any plans on releasing builds? (Reincorporate release deb packages) #144

Open ayazemre opened 3 months ago

ayazemre commented 3 months ago

I am using your pg_graphql extension and it has prebuilt deb packages. Is there a way to add this without compiling ourselves?

steve-chavez commented 2 months ago

We used to do releases but we removed them on https://github.com/supabase/pg_net/commit/c04cb779dade2bb045239a1cd1f8a651f42af107, this because Ubuntu 20.04 Focal comes with libcurl 7.68 and since https://github.com/supabase/pg_net/commit/c2ba87bca24ff292296c8d177464ba8852d32e2d, we require libcurl >= 7.83.

If newer Ubuntu versions come with the required libcurl, it might be possible to reincorporate the deb packages.

ayazemre commented 2 months ago

Thank you for your response. Since this is not an actual issue I wanted to ask here. Will there be support for multiple databases soon? In same postgres setup I would like to use this per database instead of 1. I would like to contribute if needed and if I can.