spacetaxi wrote: > Max Ischenko wrote: > > For a longer term project I'd seriously consider SQLAlchemy - quality > > of developemnt & docs yields more benefits than SO' familiarity. > > Is there any snippet of documentation available which shows how to use > SA with TG? Or must we dive deeply into the TG/SA internals to get this > working? This would be very painful for TG newbies like me... But I do > need reliable access to already existing postgresql databases which are > rather complex. >
What do you plan on doing with that data? The only big problem (from TG's perspective) with using SA at the moment is that it does not have the same level of integration that SO does. So things like Identity, Fastdata, and anything else that depends on integration with the ORM will be a little more difficult. If all you need from that data is to access it you have just about all of the support for SA that you need. That said SA is still relatively new, and I would not be suprised if another breaking api change happens. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

