un 12, 3:59 pm, voltron <[EMAIL PROTECTED]> wrote:
> actually, I am iterating through all the databases in the meta
>
>  ti = model.meta.table_iterator()
>     for t in ti:
>         print "create %s ?" % t
>         if raw_input("Choose [Y/n]").lower() in ['y','']:
>             t.create()
>
> I want to be able to chose which database to create from a pool on
> database models

well then youre going to want to say "Y" on "users" if you plan to say
"Y" on "user_roles".


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