histrio / py-couchdb

Modern pure python CouchDB Client.
https://pycouchdb.readthedocs.org/
Other
120 stars 43 forks source link

mango query #86

Open jacceko opened 2 years ago

jacceko commented 2 years ago

I am looking for mango type query supoort? LIke: { "selector": { "year": { "$eq": 1988 } }} If it is supported by py-couchdb, how to use it? If not, Will be supported in the future ?

tbagnoli commented 2 years ago

I'm also looking for this feature.