On Thu, 2007-16-08 at 11:03 -0500, Lukasz Szybalski wrote:
> Hello,
> I am setting up a website with existing database using turbogears.
> Database is in mysql.
> I am using sqlalchemy but I'm having problems with choosing the mapper?
> 
> There is around 20 tables with a lot of foreign key, compound keys and
> alternative keys.
> 
> Which mapper do I use?
> Can you point me to the documentation for that as well?

I use assign_mapper with mysql and projects of around that scope and
complexity, and it works really well once you wrap your head around it
all. Lee's SpleeBlog tutorials cover it very well. You can also use
Association and AssociationProxy with assign_mapper if you need extra
columns in the many-to-many tables.

That said, I have not got around to properly exploring Elixer yet, so
that would be worth checking out.

Are there any good Elixir tutorials out yet? 
Iain



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

Reply via email to