Check out this script: http://code.google.com/p/web2py/source/browse/scripts/extract_pgsql_models.py. You may need to adapt it slightly for your particular database.
Anthony On Thursday, March 29, 2012 1:14:56 PM UTC-4, rdodev wrote: > > All, > > Is it possible to have the DAL create/discover models from an existing DB > (without providing the schema)? If so, how would I go about making sure the > models are created? Thanks in advance. >

