I have a project in which I've just written the database functions using SQLAlchemy. It was much simpler than my original, hand-written SQL queries, especially once I got the hang of creating "relationships" with SA's ORM.
Now, I would like to create a front-end for this using web2py, but, from experience, I know the DAL and SA's ORM are very different. What's the group's view on the best way to integrate my two projects? --