Add TypeScript driver - Mailing list pgsql-docs

From PG Doc comments form
Subject Add TypeScript driver
Date
Msg-id 164128201254.21659.18287915422830657262@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Add TypeScript driver
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/external-interfaces.html
Description:

Hi. I am Eray Hanoglu, author of postgresql-client javascript driver written
in TypeScript (https://www.npmjs.com/package/postgresql-client). It is an
open-sourced project under MIT license. 
We have developed it to use in our enterprise grade projects. There is
node-postgres driver also but it is slow because it uses text wire protocol.
postgresql-client uses binary wire protocol for all PostgreSQL data types.
So it is faster and more efficient. We love PostgreSQL and we want it be
used in enterprise grade projects more efficient. You may add this driver to
your list.

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: vectorization is not helping with plural to singular matching
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: Add TypeScript driver