Re: Drivers for Other Languages

From: Gordan Bobic <gordan(at)bobich(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Drivers for Other Languages
Date: 2005-03-30 11:47:19
Message-ID: 424A91C7.6010804@bobich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Rylander wrote:
> On Wed, 30 Mar 2005 12:07:06 +0100, Gordan Bobic <gordan(at)bobich(dot)net> wrote:
>
>>Hi,
>>
>>How difficult is it to write a driver for pgsql (via network or UNIX
>>domain sockets) for an as yet unsupported language?
>>
>>Specifically, I'd like a driver for JavaScript, for use with Mozilla
>>JSLib/XPCShell.
>>
>>I presume there isn't one already, so I guess I'll have to write one.
>>So, where can I find the specification for the protocol that I am going
>>to have to talk to the socket?
>
>
> Actually, there is an SQL XPCOM extention for mozilla. A search for
> "sql" at mozilla.org turned up http://www.mozilla.org/projects/sql/ .

Wow! Thanks! That's exactly what I was looking for. :-)

> It turns out that this extention *only* supports postgres as of now,
> with plans for Someone-elsesSQL ;) support later.

Why would I want to use that? ;-)

Gordan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shaun Clements 2005-03-30 13:41:52 Postgres plpgsql
Previous Message Mike Rylander 2005-03-30 11:29:58 Re: Drivers for Other Languages