Hi,

So what determines whether or not SQLAlchemy tries to create the tables?


SA will only try to create table when you tell it - either table.create() or
metadata.create_all()


> > The TurboGears admin tool can tell you the differences between the
> database
> > and the SA table definitions.
>
> is this usable without Turbogears?


Potentially, with a bit of tweaking, not something I've tried.

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