Hello,
Could we please add Pgfe client library to the external interfaces section?
Patch is attached.
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 347b830..c74e391 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -83,6 +83,13 @@
</row>
<row>
+ <entry>Pgfe</entry>
+ <entry>C++</entry>
+ <entry>An API inspired by libpq</entry>
+ <entry><ulink url="https://github.com/dmitigr/pgfe"></ulink></entry>
+ </row>
+
+ <row>
<entry>node-postgres</entry>
<entry>JavaScript</entry>
<entry>Node.js driver</entry>