Hello, I have a legacy database, and want to access it with web2py. One table is called "another_name" in the database (mysql).
But I want to use it in web2py as:
db.define_table('person', Field('name'))
I read docs, but could not figure this out....
Thanks for any help...
Marcello

