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
216 stars 17 forks source link

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

Open ayazemre opened 2 weeks ago

ayazemre commented 2 weeks 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 weeks 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.