so what I can do if I have database already created? I would like simply to connect db and see if tables exists... by the way, metadata used by web2py to recognize tables created by itself is working only on sqlite, or on other db also?
On Jun 11, 3:46 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > if you set migrate=True web2py does the check for you and eventually > creates tables. It can only detect tables if they were created by > web2py itself since it uses metadata for that purpose. >