[plt-scheme] Re: PLT and MySQL
On Sep 6, 2007, at 09:24, David Van Horn wrote:
> Riverbot (riverbot.com) uses a simple FFI wrapper to connect to
> MySQL. The problem with this approach is a) you have to compile the
> module before using it and b) you have to hack the file to fit your
> version of mysql.h. So I did this once and stopped worrying about
> it years ago. Those files can be found here:
> http://www.cs.brandeis.edu/~dvanhorn/tmp/mysqlclient.ss
> http://www.cs.brandeis.edu/~dvanhorn/tmp/c-syntax.ss
> http://www.cs.brandeis.edu/~dvanhorn/tmp/c-syntax-transformer.ss
Thank you David, I'll try that. Thank you also Robert Nikander for
your suggestion and offer. It all sounds promising.