did you look into the web2py -M option?

On Feb 25, 7:36 am, Miguel <[email protected]> wrote:
> The shell is a great tool for experimenting with DAL. Including on
> existing solutions! But as far as I know in order to access a table we
> must call db.define_table(...). This makes in cumbersome to use the
> shell with existing solutions, especially when where are just testing
> ideas for an existing solution.
>
> For this purpose I think a load_table or a load_tables method would be
> great. This would just load the existing definition in the db connection
> object, avoiding all the problem of re-typing the entire table
> definition and unwanted changes to the current definitions that might
> become from typing a wrong or incomplete definition at the prompt!
>
> Miguel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to