We are considering using Web2Py as one of the front ends for a departmental database project based on Oracle. Since the Oracle database is independently managed, we need to turn off migration and use (I assume) the "legacy table" feature mentioned in Chapter 6 of the book--which is not currently supported for Oracle. How easy is that to add?
I think we will also want to write an "extract_oracle_models.py" script along the lines of the extract scripts in the Web2Py scripts directory. Has anyone else done/attempted this? Tim Korb