On Tue, Aug 24, 2010 at 2:04 AM, keekychen.shared <
keekychen.sha...@gmail.com> wrote:

>  Dear All,
>
> I have questions in coding my application using sqlalchemy on database
> "tables".
>
> 1. how to create table if not exists in "metadata.create_all(engine)"
>   I googled and fould this
> "
> http://www.mail-archive.com/sqlalchemy-us...@lists.sourceforge.net/msg02121.html
> "
> but I found no keywords matched "checkexists=True" in the document for
> version 0.6.4
>

create_all() does this by default.

-- 
With best regards,
Daniel Kluev

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to