Search Postgresql Archives

Re: New interface to PG from Chapel?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On Sep 15, 2017, at 12:56 PM, Thelonius Buddha <buddha314@xxxxxxxxx> 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?

It looks like you can call C libraries from Chapel, so you can use libpq directly. Psycopg2 complies with the python database API, but there doesn't seem anything like that for Chapel, so there's not really an equivalent.

So it depends on how complex a wrapper you want. At the low end, very little effort - libpq exists; you can call it from Chapel if you just declare the api, I think.

Cheers,
  Steve



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux