Hi,
guessing you'd like to use sqlalchemy as ORM (you're free to use another
one), there are two methods :
- Using the autoload functionnality (
http://docs.sqlalchemy.org/en/rel_0_7/core/schema.html )
- Generate your model using : http://code.google.com/p/sqlautocode/
I'll hardly suggest the second method which is far more simpler to handle.
Cheers
Gaston TJEBBES
http://www.majerti.fr
Le 10/09/2012 15:03, oto iashvili a �crit :