Hi, I'm new to web2py. I have a SQLite database that must be pre-created and pre-populated (done by a separate python script) and would like to use it in my web2py application. There are currently 22 tables with anything from 2 to 12 columns and I anticipate considerable changes will be made to the structure as I develop this.
My understanding is that I need to use the "define_table" DAL thing in my model. However, my questions: a) Is there a way to not have to do this but have web2py pick it up automatically? b) If not, is there a way to automatically create the DAL code? I can create a Python script to do it for me, but it seems like something someone would have done already. Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

