Hi,

>Could you perhaps explain the advantages/differences to autoload=True or 
>perhaps SqlSoup?
>  
>
To me, it's quite a different approach to managing your database schema.

Using autoload or sqlsoup, the database holds the master definition of 
the schema, and your program automatically loads that.

The other approach is to have you python code be the master definition, 
and keep the database automatically synced to that. Tools like Migrate 
and AutoCode help people using this approach.

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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