Hi,
I have written an extension for the sqlite3 database. It currently
works with scheme48, but it doesn't work with scsh. When I enter
(open-database "/tmp/existing.db"), the interpreter hangs. One guess
is that it has something to do with threads, since the sqlite3 API
says that the handle returned by sqlite3_open may not be passed to
another thread. Of course it could be another problem.
I have included the whole extension.
Regards,
Kristof Bastiaensen
scsh-sqlite3.tar.gz
Description: The extension files
|