Quote:
Originally Posted by kovidgoyal
Basically it would entail switching to some database neutral SQL backend like sqlalchemy or the Qt SQL drivers. Once that's done, adding support mysql or any other supported backend would be trivial.
|
That's the approach I had had started, but never made it too far because of interfering work. I'm very familiar with ODBC/JDBC and I'm guessing QT SQL drivers are similar in that sense that are platform and backend neutral. I'll have to keep playing with it, maybe next week.