>     Should the Python class be sufficient for the definition
>     of a table structure?
> 
> If you're using the declarative syntax, yes.

Thanks for your acknowledgement.


> It's common to have a `models.py` file that simply defines
> the classes in one place; then that is imported and metadata
> associated to the engine.

How often do you need to fill these data structures in
a concurrent way?

Does parallel table creation become more interesting then?

Regards,
Markus

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