guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANNOUNCE: Guile-DBI version 2.1.1


From: Linas Vepstas
Subject: ANNOUNCE: Guile-DBI version 2.1.1
Date: Mon, 10 Nov 2008 16:44:50 -0600

I was finally able to update the gna.org website for guile-dbi
with a new release.

What is it?
--------------
guile-dbi provides a simple, generic, easy-to-use scheme/guile
interface to SQL databases, such as Postgres or MySQL.

The system is split into two parts: the DBI (database independent)
part, which provides the scheme interfaces, and the DBD (database
dependent) plugins, which connect to the actual SQL server. Currently,
there are DBD backends for Postgres on MySQL.

See http://home.gna.org/guile-dbi/ for more info

Recent Fixes
------------------
Applied all patches previously sent to this mailing list.  In particular:

-- A crash during garbage collection, during db close.
-- Misconversion of floating point values.
-- An off-by-one error when returning lines from a Postgres database.
-- Removal of calls to the deprecated guile gh_ API.
-- Documentation updates.

Documentation
--------------------
See http://home.gna.org/guile-dbi/guile-dbi.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]