database design, axmls, db.xml, foreign keys and package!

Permalink
Hi,

Let's say I'm developing something big with a dozen of tables or more. I'm using
mysql workbench to design my database. The engine is innodb and there's
plenty of foreign keys. I create the sql from my model.

I thought I could find some converter for translating the sql to the axmls format and I
was right. Well almost.
I found this linkhttp://www.tangraframework.net/mysql_axmls.php,... it works for one simple table but not designed for a complete sql file.

As the big lazy ass I am I don't want to translate the sql myself ;D
(and it's easier to update my model then to generate the sql)

So my questions:
can I create the tables myself (with the column bID in each one)?
Is concrete5 able to interact with my tables just like it does with the file db.xml?

If that's the case It should be possible to autoload the db.sql in the
file controller.php at the root of my package.
Sounds good don't you think?

Cheers!