> I am a little unsure of the Model concepts though, and how tightly > they are bound to SQLAlchemy.
They aren't. Actually, it seems you are not even obliged to use a Model at all. You can just write controllers and handle all the logic inside them if you want (although many people would probably recommend against this :-)). > In general it seems like a lot of configuration to make simple SQL > queries. Some of that configuration (the table declarations) replaces hand-written CREATE TABLE queries, though, and in a more portable way. Also, SQLAlchemy gives you transparent connection pooling, and other goodies. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
