guile-dbi - Summary
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.
Registration Date: Thursday 01/13/2005 at 01:19 CET
License: GNU General Public License V2 or later
Development Status: 5 - Production/Stable
posted by linasvepstas, Monday 11/24/2008 at 23:30 CET - 0 replies
guile-dbi version 2.1.2 is now available. guile-dbi is a database-independent scheme interface to the Postgres and MySQL databases.
This release fixes a major memory leak in the Postgres backend.
posted by linasvepstas, Monday 11/10/2008 at 21:50 CET - 0 replies
Version 2.1.1 of guile-dbi is now available. This update fixes several important bugs, including:
-- 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.
...
[Read more]
posted by baux, Tuesday 09/26/2006 at 17:45 CEST - 0 replies
guile-dbi + guile-dbd-mysql + guile-dbd-postgres hit major 2.0
Upgrade api to use new guile 1.8.
posted by baux, Wednesday 07/13/2005 at 23:06 CEST - 0 replies
Fix some minor bug which could broke compilation. Now all it's OK :)

