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

RE: A Conclusion Re: SchemeQL



> Not sure that this is what you need, but I've written a pure MzScheme
> PostgreSQL library (no native extensions).  It implements the
> PostgreSQL frontend-backend protocol over TCP.  It's not complete,
> but it is mostly operational.  I can't say anything about its
> performance, though, since I haven't run any performance tests, and I
> don't have ODBC installed to compare it against anyway.  If anyone's
> interested, it's up at
> http://www.owlnet.rice.edu/~ryanc/spgsql/spgsql-01release.tar.gz.
> 
> Ryan

Sorry to be slow responding to this.  Your library looks like it does
everything you would need for database access.

Do you have an example program of how to use the library?  I downloaded
the distribution, but wasn't sure how to get it to interact with an
existing database.

Thanks,

-Brent