0 votes
in PouchDB by
db.explain(request [, callback])

Explain the query plan for a given query

pouchdb-find plugin needed: This API requires the pouchdb-find plugin. See Mango queries for installation instructions.

Example Usage:

Example Response:

{
  "dbname": 

Related questions

0 votes
0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
...