On 3/16/06, Jorge Vargas <[EMAIL PROTECTED]> wrote: > > My point for end users is this: you can start with SQLObject, which > > has API stability and broader support from TurboGears tools. Later on, > > your code should continue to run with only minor changes under > > SQLAlchemy. > > That seems really hard to accomplish, and i don't see it happening without > another layer.
One of the advantages of Python's duck typing is that things like this are within the realm of reasonable possibility. It also helps that Mike Bayer based SQLAlchemy's query syntax on Ian's sqlbuilder syntax. That simplifies one important area. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

