Add TypeScript driver

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Add TypeScript driver
Дата
Msg-id 164128201254.21659.18287915422830657262@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Add TypeScript driver  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: vectorization is not helping with plural to singular matching
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Add TypeScript driver