nick - 2008-08-24

This is an exellent tool. I am writing a business application using Ruby on Rails and wanted to use druid to create the schema structure and then export sql for the following rails command 

"ruby script\generate scaffold table_name table_field:data_type table_field2:data_type2 ..."

I guess to do this we need to have a new sql script template for Rails, just like mysql and oracle templates are thre to output the sql for them.

Please let me know what is the best way to add this template. It will be a greate enhancement.

Regards,
Nick