This tcl extension adds the Gnu dbm commands to TCL/Tk
Description:
These include gdbm_open (open a database), gdbm_insert (insert data giving it a key), gdbm_fetch (searches for the data using the key), and gdbm_close (to close the database) As well a supporting Tcl, this extension (gwish) supports the normal Tk widget prototyping commands.