---- Andre Kuehne <[EMAIL PROTECTED]> wrote: > Mike Gran wrote: > > Hi- > > If you could ask someone to write a library or package a set of > > functionality for Guile that it doesn't currently have, what would it be? > > (My personal projects are near completion, and I may have some Saturdays > > free.) > > -Mike > > > > > Hi Mike, > > 1) I would like to have a sqlite-wrapper for guile. There is a great sqlite > chicken egg > > http://www.call-with-current-continuation.org/eggs/3/sqlite3.html > > if this is of any help, but even a simpler interface would be nice.
Hmm. I have a small wrapper that I have been using in sneek (the #guile channel bot on freende) for years. It just provides open, close, and exec. I think it's still at http://users.adelphia.net/~dsmich/guile-sqlite-0.4.tar.gz -Dale