]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
BINDINGS.md: add cURL client for PostgreSQL
authorRekGRpth <RekGRpth@users.noreply.github.com>
Thu, 9 Dec 2021 11:16:37 +0000 (16:16 +0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Dec 2021 13:34:52 +0000 (14:34 +0100)
Closes #8125

docs/BINDINGS.md

index 995f830ec6f722cdc3bbc23b209531f8b16992fe..069184df4b723230f78cef125b64b3db94d1424c 100644 (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