[plt-scheme] SchemeQL back-ends
Hello,
I recently wrote a couple modules that wrap the low level C interfaces to MySQL
and PostgreSQL. Both libraries provide similiar, but not identical,
functionality and my next step was to write a higher level interface that could
be implemented by either of the two modules.
However, SchemeQL already provides a nice lamguage for this.
So, my question is, could I use these modules as back-ends to SchemeQL (rather
than ODBC)? Where would I start?
Thanks,
David
--
dvanhorn at cs dot uvm dot edu