Am 29.09.2010 16:43, schrieb Luke D: > SQLAlchemy has the ability to use a 'vertical' table structure to lay > out what would essentially be an Entity-Attribute-Value backend. I was > wondering if anyone had implemented this type of structure into a > Turbogears application or even just a hypothetical example?
Did you see dictlike.py and dictlike-polymorphic.py in examples/vertical in the SQLAlchemy package? -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en.

