Hi,

SQLObject's status command tells you if the database schema matches your 
model. Well, at least if the same tables and columns exist, I don't 
think it looks at types.

I have now found the script again...
http://www.sqlalchemy.org/trac/attachment/wiki/UsageRecipes/ModelUpdate/model_update.py

Paul



Michael Bayer wrote:

>you might be thinking of migrate (http://trac.erosson.com/migrate ) 
>but thats not exactly what you describe here.  (i dont actually know 
>what SO's status command does).
>
>On Jan 28, 4:58 am, Paul Johnston <[EMAIL PROTECTED]> wrote:
>  
>
>>Hi,
>>
>>Is there a tool to check whether the DB matches the model? Something
>>like SQLObject's status command. I'm sure I noticed something along
>>these lines on the site, that even did rudimentary automatic "alter
>>table" commands, but I can't find it now!
>>
>>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