Nausicaa/SQLite is a distribution of libraries for R6RS
Scheme implementations; it implements a bindings to SQLite,
a SQL database engine. It is built upon Nausicaa/Scheme,
making use of its foreign functions interface; so it
currently supports only GNU+Linux systems. The installation
infrastructure requires a GNU+Linux system (for details see
the "README.build" file).
The latest release of the Nausicaa/SQLite package is
available at:
<http://github.com/marcomaggi/nausicaa/downloads>
the home page of the Nausicaa project is at:
<http://marcomaggi.github.com/nausicaa.html>
development takes place at:
<http://github.com/marcomaggi/nausicaa/tree/master>
the documentation is available on line:
<http://marcomaggi.github.com/docs/nausicaa-sqlite.html>
SQLite is available at:
Notes for 2009-11-15 tag 0.1b0
------------------------------
* It has been tested with SQLite Amalgamation version
3.6.19.
* The libraries uncover a bug in Mosh Scheme (reported
upstream) which manifests itself with the SQLITE-EXEC
function. Avoding this API makes Mosh usable.
--
Marco Maggi