Introducing ModelDesigner

TurboGears 0.9 will ship with at webbased administration app called ToolBox.
Among the tools available right now there is a model browser (CatWalk), a webbased Python interpreter, a Widget browser and now a model designer.
The ModelDesigner is a code generation tool for SQLObject models.
Watch a short introductory screencast here.
Or play with an online demo.
I’m have still some cleanup to do before I add it to the repository, furthermore it needs support for saving designs and table creation.
Enjoy.
November 27th, 2005 at 2:14 pm
Very cool.
November 27th, 2005 at 2:52 pm
this is awesome Ronald!
the only thing that would make this even better is online visualisation of the result using Dot (graphviz) or something
November 27th, 2005 at 4:10 pm
If you do a ‘view-source’ on the demo you can see there is a ‘Diagram’ tab commented out next to the ‘Generate Code’ tab… but you know, release early, release often =)
November 27th, 2005 at 5:18 pm
SWEETTT!
November 27th, 2005 at 5:50 pm
Very good.
Do you plan to add sqlmeta ? or the _get_ / _set_ possibilitites ?
November 27th, 2005 at 6:10 pm
There is support for sqlmeta.table and sqlmeta.idName. Maybe I’ll add a ‘advance’ group of settings later. Maybe make it collapsable so it doesn’t complicate the interface to much.
November 27th, 2005 at 6:27 pm
Very nice, indeed, Ronald!
Good screencast, as well!
November 27th, 2005 at 7:46 pm
Impressive indeed! The UI feels really nice too. Can this be used with fromDatabase to create the code for an existing database (with fully enumerated columns, unlike fromDatabase)?l
November 27th, 2005 at 8:10 pm
Not yet.. I plan to take a look at SQLObject-admin versioning facilities. The end goal is to be able, not only to define new schemas but to modify existing ones.
At that point loading an existing schema using fromDatabase will be posible.
November 28th, 2005 at 1:04 pm
Very nice, great work!
November 28th, 2005 at 9:36 pm
Wow! Wonderful. Thanks!
November 29th, 2005 at 12:33 pm
Wow, this is *really* nice. Good job.