Re: Add Pgfe library to client interfaces

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Add Pgfe library to client interfaces
Date: 2018-06-28 13:32:23
Message-ID: 20180628133223.GD6260@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)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 +

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2018-06-28 14:03:36 Re: Add Pgfe library to client interfaces
Previous Message Daniel Gustafsson 2018-06-28 11:19:31 Re: Documented toolchain for building docs on Windows