summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRekGRpth <RekGRpth@users.noreply.github.com>2021-12-09 16:16:37 +0500
committerDaniel Stenberg <daniel@haxx.se>2021-12-09 14:34:52 +0100
commit5a3775fadf5d4f5ab1133d565c34e93a013791a2 (patch)
tree0f000fff819d9f410ea2f3676862ed1d99735a2d
parent98ae5d8ebc34161cca89e606701e21c2b7eec64b (diff)
downloadcurl-5a3775fadf5d4f5ab1133d565c34e93a013791a2.tar.gz
BINDINGS.md: add cURL client for PostgreSQL
Closes #8125
-rw-r--r--docs/BINDINGS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/BINDINGS.md b/docs/BINDINGS.md
index 995f830ec..069184df4 100644
--- a/docs/BINDINGS.md
+++ b/docs/BINDINGS.md
@@ -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