According to the official book:

"""When accessing an existing table, i.e., a table not created by
web2py in the current application, always set migrate=False."""

The tables in the sqlite3 database I want to use with web2py have no
primary key and no integer autoincrement field declared. Besides
"migrate=False" and properly declaring the tables' schema with
define_table(), what else do I need to use that database?

Thanks,

Eduardo

Reply via email to