Re: [GENERAL] New interface to PG from Chapel?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] New interface to PG from Chapel?
Дата
Msg-id 1c24ac7b-4fb5-b438-97e1-6b172c70320c@hogranch.com
обсуждение исходный текст
Ответ на [GENERAL] New interface to PG from Chapel?  (Thelonius Buddha <buddha314@gmail.com>)
Список pgsql-general
On 9/15/2017 12:56 PM, Thelonius Buddha wrote:
> I’m interested to know the level of effort to build a psycopg2-like 
> library for Chapel: http://chapel.cray.com/ Not being much of a 
> programmer myself, does someone have an educated opinion on this?


I don't see any standard database interface frameworks to hang a SQL 
library/driver on.

the fact that its a heavily concurrent/parallel language would likely 
mean there's many boobytraps en route to successfully using SQL, as you 
need to ensure that one PG connection is only ever used by the thread 
that created it


-- 
john r pierce, recycling bits in santa cruz



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [GENERAL] [HACKERS] pgjdbc logical replication client throwing exception
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: [GENERAL] New interface to PG from Chapel?