I believe the DAL is originally just another layer on top of SQLAlchemy. So I would think you could use it extremely easily.
Check the code in the dal python file and see how they imported the SQLAlchemy library and simply copy and paste that. I think that should work. On Feb 13, 8:44 am, vihang <[email protected]> wrote: > I tinkered around a bit, but DAL did the job well, plus the benefits > of using crud & auth made me stick to DAL. I would use sqlalchemy only > if I was porting a legacy app using it.. > > On Feb 13, 3:41 pm, elffikk <[email protected]> wrote: > > > hi, > > > is there somebody that used sqlalchemy with web2py, > > how hard will be to do that? > > > my thoughts now are to try it with formalchemy as alternative to > > web2py models + things like SQLForm or SQLTable -- You received this message because you are subscribed to the Google Groups "web2py-users" 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.

