[gambit-list] Poor man's MySQL wrapper for Gambit

Christian christian at pflanze.mine.nu
Wed Jun 14 05:04:02 EDT 2006


I wrote:
>I don't know about a direct mysql binding either.

Actually I did start implementing a direct mysql interface. But 
because of lack of time and since I realised that Postgres has a 
better client library, I've stopped that effort for now.

Maybe someone could use the attached code as a start.

Cheers
Christian.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: %mysql-module.scm
Type: application/applefile
Size: 126 bytes
Desc: not available
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20060614/61abd845/attachment.bin>
-------------- next part --------------
(namespace "")
(ld-opts "-lmysqlclient -lz")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: %mysql.scm
Type: application/applefile
Size: 119 bytes
Desc: not available
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20060614/61abd845/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mysql.scm
Type: application/octet-stream
Size: 6776 bytes
Desc: not available
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20060614/61abd845/attachment.obj>


More information about the Gambit-list mailing list