> If thats true, then NoSQL support isnt yet ready.
>
>
in web2py you define TABLES which have FIELDS, and NoSQL support in web2py
means that you are running your models on top of a NoSQL database (e.g.
MongoDB)

there is not yet support for queries like
db(db.user.country.name ='US').select()

but to my knowledge django doesn't support it either,

do you know any python framework or ORM library with support for nosql
features?

-- 



Reply via email to