It might be easier if you provide a concrete example of what you are trying to achieve (perhaps using the syntax of an existing ORM or using pseudo-code) and explain how the DAL falls short.
Anthony On Sunday, December 14, 2014 2:54:42 PM UTC-5, Alan Evangelista wrote: > > Simple is a relative term, I should not have associated it with web2py > DAL. What I meant is that I want to make my application logic completely > independent from persistent data storage. The only method I know to > implement this is using the data mapper design pattern ( > http://en.wikipedia.org/wiki/Data_mapper_pattern). It seems to me this is > impossible using only web2py DAL, I'd have to implement an ORM on top of > web2py DAL. Is that correct? If not, please provide details on how I would > achieve this. > > Thanks in advance! > -- 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/d/optout.

