I have 4 tables tbl1, tbl2, tbl3 & tbl4.
There are OTM & MTM (parent-child , friend ...) relations between
these tables.
Right now each relation has its own MTM table.
like tbl1_tbl2, tbl1_tbl3, tbl2_tbl3, tbl3_tbl4, tbl2_tbl4.
Is there a way to put all these relations into single table called
"tbl_relations"
and still be able to call tbl1.children, tbl1.friends , tbl2.children,
tbl2.parent ...

Is there a way to make sqlachemy to work with this?

--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to