On 6/12/06, Anton van Straaten anton@appsolutions.com wrote:
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.
Ah, indeed it seems that those who forget history are doomed to reinvent it. Thank you, Anton.