Mike,

The table creation part is done. My question is about how to insert 
rows/data into a table that is dynamically created. This dynamically 
created table is not represented by a class or anything in sqlalchemy. I'm 
just wondering if you know of a nice way to do bulk / mass inserts into 
such a table without a loop of insert statements. The source of my data is 
a generator of tuples (coming from openpyxl). Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to