Hey, I don't know if you can just follow the Django way, in which you simply create a model for your db view.
Cheers On Thu, Aug 26, 2010 at 7:05 AM, heidan <xue...@gmail.com> wrote: > hi, > > Is there a way to work with database views using the DAL? I've got a > bunch of views in my database that handle common queries. BUt didn't > see good answers and neither find interface in DAL. > > Is there any plan to support database view and when? Anyway accessing > view is performing better than query in controller scripts. > > Cheers, > heidan