I don't think Turbogears need SQLObject at all. model.py is just a particular implementation example, you can write your own .py and name it(structure the whole thing) whatever you want.
For your case, it seems that you want the feature of SQLObject but the real data backend is not the supported RDBMS by SQLObject. So it seems that what you need is plug another backend to SQLObject.

