… ensure that the order of the elements is the same as in the DB
You can use this feature by setting use_ordered_dict=True when creating a pycouchdb.Server object.
Hey guys! Sorry for late response.
So, I don't look at this PR close yet. I don't think that the request will have time to get into a new version. But I will review it later.
Thanks @internaut and @mnewmedia
… ensure that the order of the elements is the same as in the DB You can use this feature by setting
use_ordered_dict=True
when creating apycouchdb.Server
object.