On Wed, May 23, 2007 at 12:14:34AM -0700, voltron wrote: > What is the recommend usage of SQLAlchemy and Pylons? I found these > links, what is preffered? > > http://docs.pythonweb.org/display/pylonscookbook/SQLAlchemy+for+people+in+a+hurry
I'm using this (^^^) approach. The only drawback is that you cannot autoload=True currently. I'd be glad to see a solution for that. But I have accepted to define all models/tables explicitly and then this approach looks neat. Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
