Kapelianovych / couchdb_dart

A library for Dart developers for work with CouchDB
https://pub.dev/packages/couchdb
Other
47 stars 18 forks source link

Is there any plan to incorporate selectors into replication and views? #14

Open MPickett1 opened 5 years ago

MPickett1 commented 5 years ago

Since CouchDB 2.0, replication and views has supported selectors and are encouraged to be used over the map/reduce JS filters/views, if possible. Is there a plan to support this functionality in this project?

Kapelianovych commented 5 years ago

Hello. Yes, I want to support all features that brings CouchDB. But since I'm not using CouchDB and Dart now, this may take some time. But you can help with it, if you want to participate)

Kapelianovych commented 4 years ago

I plan this feature to 0.8.0 version.

bean5 commented 3 years ago

Any updates?