I'm about to use sqlalchemy-migrate, however all of my tables are already in
a declarative format.

Is there a script out there that will convert a declarative model syntax to
table model? I'm looking to just paste my model in declarative and it spit
out a tablename = Table(...) format for me to paste into the migration
versioning files.

--
Thadeus

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to