Hello all, I encounter a situation that I have 100 tables in the same database but with same table structure. With SQLAlchemy, I need to copy 100 different class in order to adopt these tables. Is there any better way to do that? For example, I can use a general class to describe a table structure but use the index to generate this 100 tables class definition?
-- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/Z7QL25pEzwEJ. To post to this group, send email to [email protected]. 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.
