Arto Bendiken wrote:
I recently needed to retrieve some data from MySQL with Gambit. I wasn't able to find an MySQL FFI for Gambit, so I whipped up a simple API wrapper around the mysql command line tool:
You might be interested in the following:
http://okmij.org/ftp/Scheme/#databases
Particularly:
http://okmij.org/ftp/Scheme/#db.scripting
It's not for MySQL, but it's the same basic principle.
Anton