On Nov 13, 4:53 pm, "Werner F. Bruhin" <[EMAIL PROTECTED]> wrote:
> Gerhard Haering wrote:
> > On Tue, 13 Nov 2007 06:00:25 -0800, Simon Pamies <[EMAIL PROTECTED]> wrote:
> > Could you perhaps explain the advantages/differences to autoload=True
>
> I understand that autoload=True has a pretty high overhead.  The script
> actually uses autoload=True but then generates a script for your
> model/schema which you import and then use, so you only have the
> overhead once.>  or perhaps SqlSoup?

three answers from me:

a) I currenlty have two projects where using autoload=True led to some
problems because of a weird database model. SQLAutocode only uses
autoload=True to read the model not to really work with and that made
it possible to generate the model w/o problems and then adapt it
manually for every day use.

b) There are some cases where you want to have full control over the
model (also then when you have a weird database model) and building
the model by yourself is a challenging task :-)

c) For beginners that also want to have the full control w/o knowing
too much about how to build up a model a generated model comes to
hand.

Simon


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