
Click on the icon to download the MySQL FFI
Another version of the MySQL FFI is finished and ready for takeoff. Some big changes in this version. First of all, MySQL connection pooling has been implemented, and should be mostly thread-safe. I've also done up some higher-level functions for retrieving data from the database. Again, this release is not perfect, but it is getting much closer.
Click here to download the tar file
Here is the documentation
I am currently working on a set of macros as a sort of object-relational layer between the DB and scheme. Obviously this not a true object relational... anything, because there are no real (native) objects in scheme. More info forthcoming.
I'm building a web server in scheme. I have decided to describe this project as my personal Charging at Windmills because of the sheer Quixotic nature of it all. I've also decided to embrace my inner Don Quixote, for a few simple reasons: If I can
Tracked: Nov 15, 11:54
It isn't perfect, but here it is, a Gambit MySQL FFI. This is very cool, it lets you talk to mysql through gambit. All you have to do is build it (with 'make install') and you can load the library with (load "mysql-ffi.o1") You will need to have the
Tracked: Nov 15, 11:55