Re: [web2py] DAL usage

2014-01-16 Thread Richard Vézina
lazy_table supposed to do just that no? Richard On Thu, Jan 16, 2014 at 3:34 AM, Arnon Marcus wrote: > Our schema is quite large (200+ Tables) and changes very seldom. > I was thinking, is there a way to not have to rebuild it in it's entierty > on every request? > I mean, is there a way to se

[web2py] DAL usage

2014-01-16 Thread Arnon Marcus
Our schema is quite large (200+ Tables) and changes very seldom. I was thinking, is there a way to not have to rebuild it in it's entierty on every request? I mean, is there a way to seperate-out the schema definition from the connection object? Ideally, I would put the schema definition code in