Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Query index in couchdb and support dict syntax: _id in database #369

Merged
merged 1 commit into from
May 7, 2018
Merged

Query index in couchdb and support dict syntax: _id in database #369

merged 1 commit into from
May 7, 2018

Commits on May 6, 2018

  1. Move create_query_index and others to CouchDatabase class, add suppor…

    …t for 'key in db'
    
    [NEW] Moved `create_query_index` and other query related methods to `CouchDatabase` as the `_index`/`_find` API is available in CouchDB 2.x.
    [NEW] Added functionality to test if a key is in a database as in `key in db`, overriding dict `__contains__` and checking in the remote database.
    tiangolo committed May 6, 2018
    Configuration menu
    Copy the full SHA
    bb729e6 View commit details
    Browse the repository at this point in the history