layout is a tcl package that allows you to create layouts simply and efficently. The layout you want is "written" in a variable that is parsed by proc "layout", which will arrange for normal managers (grid and pack) to handle it. Since the variable can be dynamically created, the layout can be created on the fly. The format of the variable is intuitive so that reading the code is easy, and change in the layout can be done in seconds. Comes with a detailed demo.
TkSQL allows you to edit the tables of PostgreSQL and MySQL databases. You can use it from the shell prompt, specifying the name of a table, or an SQL satement, or just the name of a database. It has filter capabilities which are very easy to use. Two views are possible (tables and form) and both views can coexist. TkSQL can edit a join of two tables (limited to the first of such tables). Totals and subtotals can be done quickly, and displayed inline with the data or in a separate window. Queries can be created in no time and all working conditions can be saved at once (comprising subtotals, relative time constraints, layout, etc.). It also provides basic tools for creating tables.