Guile SimpleSQL -- access SQL databases from Guile
--------------------------------------------------

Guile SimpleSQL is a module for Guile to use SQL databases easily.  In
its original incarnation it was known as Squile, written by Hal
Roberts <hroberts@storystreet.com>. Jorgen Schaefer
<forcer@mindless.com> took over the code base and changed it quite a
lot.  The current maintainer is Dave Lambert
<d.j.lambert@sms.ed.ac.uk>.

This is version 2.3.2, a development release.  It is intended to be
used with Guile version 1.6 or 1.7.

2.3 removes the legacy option available in 2.2: the Squile 1 interface
is no longer supported.

The Guile SimpleSQL home-page is at
<http://guile-simplesql.sourceforge.net/>.  You can obtain the latest
version from You can get the latest version from
<ftp://guile-simplesql.sourceforge.net/pub/guile-simplesql/>.

Requirements
------------

You will require Guile 1.6 or 1.7.  Guile SimpleSQL supports MySQL and
Postgresql: you will need the client libraries and headers for at
least one of these.

For installation, see the INSTALL file.

Bug reports, fixes, and suggestions are welcomed at
d.j.lambert@sms.ed.ac.uk.
