Re: Add Pgfe library to client interfaces - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Add Pgfe library to client interfaces
Date
Msg-id 20180628133223.GD6260@momjian.us
Whole thread Raw
In response to Add Pgfe library to client interfaces  (Dmitry Igrishin <dmitigr@gmail.com>)
Responses Re: Add Pgfe library to client interfaces  (Daniel Gustafsson <daniel@yesql.se>)
Re: Add Pgfe library to client interfaces  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
On Fri, Jun  1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
> Hello,
> 
> Could we please add Pgfe client library to the external interfaces section?
> 
> Patch is attached.

Is everyone good with adding this?  Is it too new?

Also libpqxx is listed in our docs as "New-style C++ interface".  Should
we remove the "New" part?

---------------------------------------------------------------------------

> 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>


-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Documented toolchain for building docs on Windows
Next
From: Daniel Gustafsson
Date:
Subject: Re: Add Pgfe library to client interfaces