This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Squile 2.0 released


Squile 2.0 has been released

Squile is a module for Guile to use SQL databases easily.
It was originally written by Hal Roberts
<hroberts@storystreet.com>, but after quite a long time of no
development, Jorgen Schaefer <forcer@mindless.com> took over the
code base and changed it quite alot.

It's new interface is more Schemish - the db objects can
be garbage collected - and more generic: the type of
SQL engine to be connected to has to be specified.

The old features remain the same. It's basically three functions
- open, query, close - with which you can do almost all you want
to do with SQL. The results of SELECT queries and similar are
returned as list of vectors (not vectors of vectors as before!),
with each value converted to an appropriate Scheme value.

The homepage is now at http://forcix.cx/squile.html
It can be downloaded from http://forcix.cx/code/squile-2.0.tar.gz

Enjoy!

	-forcer

-- 
((email . "forcer@mindless.com")       (www . "http://forcix.cx/")
 (irc   . "forcer@#StarWars (IRCnet)") (gpg . "/other/forcer.gpg"))

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]