The Django if you like ORMs, I personally hate them, one of the main reasons I picked web2py was precisely because it didn't have one. I much prefer the simpler abstraction provided by the DAL. I find that blackboxes are an illusion so I don't like complicated abstractions that always end up leaking way more than they should.
The sqlalchemy one is OK but I don't see the advantage, if you are going that route you may just as well simply use SQLAlchemy instead of using pyDAL. Why would you put a layer just to make one look like the other? I would find it more useful to make a 2 way model translator so one could automatically translate model files. -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.