guile-dbi - Summary
guile-dbi provides a simple, generic, easy-to-use scheme/guile interface to SQL databases, such as Postgres, MySQL or SQLite.
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, MySQL and SQLite3.
Registration Date: Thu 13 Jan 2005 12:19:27 AM UTC
License: GNU General Public License V2 or later
Development Status: 5 - Production/Stable
posted by linasvepstas, Thu 11 Apr 2013 02:14:55 PM UTC - 0 replies
The guile-dbi-2.1.5 release includes some minor fixes:
From the ChangeLog:
* Cleaned up README, TODO files.
* Missing use of guile-config in test directory.
* Fix .so vs. .dylib dynalically loadable lib issue for Mac OSX.
* Remove deprecated guile function warnings.
posted by linasvepstas, Fri 21 May 2010 10:24:03 PM UTC - 0 replies
In order to improve compatibility with guile-2.0, while maintaining compatibility with guile-1.8, this release uses guile_config to automatically determine the correct libraries to link to. In addition, pkg-config is used to find the sqlite3 and mysql include files and libraries as well.
posted by linasvepstas, Tue 18 May 2010 02:55:22 PM UTC - 0 replies
This release marks the inclusion of a SQLite DBD backend; one can now use SQLite3 with guile-dbi. Enjoy!
posted by linasvepstas, Mon 24 Nov 2008 10:30:18 PM UTC - 1 reply
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.
[Submit News]
[15 news in archive]


