[m-users.] Interfacing with PostgreSQL

Julien Fischer jfischer at opturion.com
Mon Feb 4 12:02:21 AEDT 2013


On Mon, Feb 4, 2013 at 7:27 AM, Peter Ross <peter at emailross.com> wrote:
> On 3 February 2013 14:09, Charles Shuller <charles.shuller at gmail.com> wrote:
>> What's the best way for a Mercury program to interface with PostgreSQL?
>>
> One could use the odbc driver from the extras directory and connect to
> the db using odbc.
>
> https://github.com/Mercury-Language/mercury/tree/master/extras/odbc

Alternatively, you could just talk to libpq directly using the C interface.

Cheers,
Julien.



More information about the users mailing list