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

Re: objects, databases



Wojciech Sobczuk wrote:
> i also need a relational database for persistence, i've thought of using
> srpersist and schemeql, as Paul suggested, but the postgresql's ODBC interface
> seems to be very old, and postgresql is the database which i'm going to use.
> so i think i'll go with spgsql www.owlnet.rice.edu/~ryanc/spgsql/  as soon
> as i manage4 to download it :) (can't connect now).
> or is there some better way to go around this?

There's almost certainly a native C API for Postgresql.
You could always write just-enough-of-a-C-extension
to do what you need.

-- Paul

 ----------------------------------------------
| Paul Steckler                                |
| steck@ccs.neu.edu                            |
| "I'm the type-checker; I'm here to help you" |
 ---------------------------------------------