On Thu, 2009-08-27 at 12:04 -0700, Jonathan Vanasco wrote: > i rarely use stored procedures because everything I would put in one > is easier/faster to handle in the webapp > > however i make **HEAVY** use of complicated views so that: > - i don't deal much with multi-layered orm objects ( like looping > though table.joins or table.join.joins ) > - i don't deal with writing complex select statements in the orm > - i only deal with the ORM to basically get and new/save single-level > objects
That's interesting, so are the db views created in sql outside of your app or is there a way to define db views through SQLAlchemy? If outside, how do you integrate that with your project as far as code control and so on? Iain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
