I have been talking to Tim Ellison of teDiaSQL fame, about integrating tediasql and autodia.
I don't think it would be that hard - the main changes would be..
Another thing I really want to do is build a tool for generating perl skeleton code based on common patterns, idioms and good practice.
It would do things like generate SQL to create tables, build SQL phrase books, use common modules to provide Object Persistance and/or Database abstraction, and be run from either UML or some kind of interactive GUI.
I suppose it should also generate tests and maybe Package using PAR or something. Possibly even Apache config directives - I mean none of these things are hard in themselves but a tool that automates them all easily would be very useful for design and prototyping and seems the natural partner to autodia.
Simon Cozens article at perl.com gives some perspective on this, so I plan to read through that and hopefully find some modules that can do some of the legwork for me.