I would like to be able to use SQLObject or SQLAlchemy for my tg project, but since my older database, Sybase 9, is only accessible through mxODBC, I do not think I have much choice.
What do I have to worry about in creating custom model classes so that eveything else in the tg stack "just works", like widgets, etc. Do I just need to implement an SQLObject like interface for each of my model classes since they are typically derived from the SQLObject class anyway? I would do this just using normal python DB-API calls. I know it's not as fancy as the ORM tools, but if its all I got, its all I got. Also, can I leave identity management alone, pull it normally from postgresql or something like that, and pull other data from legacy system. Is shouldn't matter right if I have multiple data sources as that should all be encapsulated in the model classes? Thanks, Aaron Bostick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

