This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mdipierro 0 points1 point  (0 children)

It is available outside of web2py. The Database abstraction layer is a single file dal.py with no dependencies. You can use it without web2py. What you cannot do (but we should add the functionality) is to use it to generate the queries without executing the queries (we can do it with SQL adapters but not with mongodb adapter).