I'm happy to announce today the first release of adb/adbsql.
ADB together with the MySQL database connectivity module adbsql are a
Tcl/Tk package useful for Tcl/Tk programmers that want to store their
data in a database-kind of way with tables and fields.
Two (optional) features of ADB that may make it worthwhile for you:
* Writing the database as XML output and later of course the ability
to read it.
* Connecting directly to a MySQL database.
The fun part of ADB is that you can either use it as a full pure tcl
library, or you can use these advanced features that require
additional packages.
Both modules are released under open source LGPL or BSD licenses (your
pick)
More information:
http://wiki.tcl.tk/6319 - Tcl/Tk wiki page on ADB
http://sourceforge.net/projects/adbsql/ - Sourceforge page (including
download area)
http://adbsql.sourceforge.net/adb.html - Manual page of ADB
http://adbsql.sourceforge.net/adbsql.html - Manual page of ADBSQL
Kind regards,
Roalt Aalmoes