Re: [Sqlalchemy-users] normalization and orm tools

2006-05-23 Thread Luís Bruno
Hello, Julien Cigar wrote: I have "Objects" which have a name which could be in multiple languages. I usually do a third table like the following: - a table "Objects" - a table "Languages" - a table "ObjectNames" with a foreign key to "Objects", a foreign key to "Languages" _and_ the translate

[Sqlalchemy-users] normalization and orm tools

2006-05-23 Thread Julien Cigar
Hello, I have a question which haunts me for some time now, since I'm testing ORM tools in fact. Let's take and example: I have "Objects" which have a name which could be in multiples languages. I usually do a third party table like the following: - a table "Objects" - a table "Languages" -