Version 8 of TkSQLite

Updated 2012-05-18 11:56:47 by RZ

http://reddog.s35.xrea.com/img/tkSQLiteGUI003.png


http://reddog.s35.xrea.com/wiki/TkSQLite.html


  • A really nice GUI database manager for SQLite.
  • Written in pure Tcl/Tk.
  • Requires the Tile package and the dict package.
  • Uses Tktable and Tablelist widgets.

RZ - 2012-05-18 11:56:47

To start tksqlite with a database name on the command line change line 14708 from

 Cmd::openDB [file normalize [file join $_startdir $_file]]

to

 Cmd::openDB [file normalize [file join $::starkit::topdir .. $_file]]