Skip to navigation
Set up a PostgreSQL/PSQL HTTP Client to GET,POST,PUT and DELETE to API Websites
05.09.23
## Install Depencies to Debian ## ```console apt-get install libcurl4-openssl-dev git make ``` ## Compile pgsql-http ```console git clone https://github.com/pramsey/pgsql-http.git cd pgsql-http make make install ``` ## Install and activate the compiled pgsql-http extension to your database ```console su - postgres psql \c mypostgresdb CREATE EXTENSION http; ```
https://github.com/pramsey/pgsql-http
Reply
Anonymous
# you may need as well the the dev lib for postgresql 15 ``` apt-get install postgresql-server-dev-15 ```
05.09.23
Reply
Anonymous
Information Epoch 1732409938
Your system is just a path for moving data along.
Home
Notebook
Contact us