On Nov 13, 6:09 pm, Paul Johnston <[EMAIL PROTECTED]> wrote:
> >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.

+1 for this explanation :-)

As I said before having explicit model definition can come very handy.

Simon


--~--~---------~--~----~------------~-------~--~----~
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