On Fri, Jan 30, 2009 at 7:43 AM, Reg Me Please wrote:
> I already have a JS interpreter (spidermonkey) but there is no PGSQL
> interfacing API!
> This'd be why I'm asking.
>
Ah. Sorry again. No idea if this will be useful, but you might take a look
at:
http://www.whitebeam.org/
Sean
>
> On
Well you can add you own objects to Spidermonkey via its c api. So you
can implement something like Database object in c using libq and access
it from your script.
Regards,
Miha
Reg Me Please pravi:
I already have a JS interpreter (spidermonkey) but there is no PGSQL
interfacing API!
This'd b
I already have a JS interpreter (spidermonkey) but there is no PGSQL
interfacing API!
This'd be why I'm asking.
On Friday 30 January 2009 13:24:59 Sean Davis wrote:
> On Fri, Jan 30, 2009 at 7:09 AM, Reg Me Please wrote:
> > I'd like to write part of the application in Javascript, server side, no
On Fri, Jan 30, 2009 at 7:09 AM, Reg Me Please wrote:
> I'd like to write part of the application in Javascript, server side, not
> in
> the web page.
>
I missed your point. Do a google search for javascript interpreters in the
language of your choice. For example, there is Rhino for java.
Sea