BINDINGS.md: add cURL client for PostgreSQL

Closes #8125
This commit is contained in:
RekGRpth 2021-12-09 16:16:37 +05:00 committed by Daniel Stenberg
parent 98ae5d8ebc
commit 5a3775fadf
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -84,6 +84,8 @@ Bailiff and Bálint Szilakszi,
[PostgreSQL](https://github.com/pramsey/pgsql-http) - HTTP client for PostgreSQL
[PostgreSQL](https://github.com/RekGRpth/pg_curl) - cURL client for PostgreSQL
[PureBasic](https://www.purebasic.com/documentation/http/index.html) uses libcurl in its "native" HTTP subsystem
[Python](http://pycurl.io/) PycURL by Kjetil Jacobsen