| Wojciech Kocjan 2005-07-25, 5:35 pm |
| Hello,
I am pleased to announce a release 0.9 of the TclDB package. Main data
about the package:
- pure Tcl, requires only Tcl, Tk, Itcl, Itk and Iwidgets
(Iwidgets requirement is going to be dropped - it only relies on
iwidgets::Toolbar)
- several functions for handling date/time and converting them ("core"
layer)
- connectivity to multiple database types, uniform API to those
databases and handling queries to the database ("db" layer)
- application configuration using SQLite and variable traces ("config"
layer)
- GUI Itk interface to the underlying databases along with *a lot* of
automation - it is possible to build a simple one table editor in less
than 5 minutes, using [tcldb::tdbedit] widget
- utilities - graphical database designer
(https://sourceforge.net/project/scr...?group_id=99106)
It is available from http://sourceforge.net/projects/dqsoftware/.
TODO before release 1.0:
- fix interface in the database designer
- complete documentation
- provide good examples of how to use it
It is licensed under BSD style license.
--
WK
|