On Sat, Feb 14, 2009 at 7:40 AM, Jorge Vargas <[email protected]>wrote:
> > I'm not sure if I'll get in troubles for this but... > Someone on this list is working on a new SA book that has a lot of > TurboGears stuff. > Does this mean that the current SQLAlchemy Books are out dated? Iirc, i was looking at getting "Essential SQLAlchemy" in the stores. > As for the original question, there isn't much really TG2 tries to be > very decoupled.You can summarize that by > > 1- using a package instead of a module by default (with init_model stuff) > 2- using transaction.commit() instead of DBSession.commit() > (transaction calls DBSession but allows us to add more things more on > this in the transaction docs) > 3- I think there is none > > therefore it is almost the same as plain SA which is probably why we > don't have much else to give. > Sounds good. Thanks, -- Lee Olayvar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

