12 Jui
2006
12 Jui
'06
02:21
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