the source code for guile-dbd-sqlite3 (at https://github.com/jkalbhenn/guile-dbd-sqlite3) has been improved since the last version has been packaged for http://download.gna.org/guile-dbi/ and a new version could be provided there.
changes: * fixed that dbi-close did not close the sqlite file * fixed a memory-leak on connection open * likely fixed an occasional segfault * improved code tests references: * https://github.com/jkalbhenn/guile-dbd-sqlite3/issues/1 * https://github.com/jkalbhenn/guile-dbd-sqlite3/pull/2 * https://gna.org/bugs/?22128