createMangoIndex
Create a new Mango index in CouchDB 3.x+ by specifying the database name, index name, and fields to index, enabling efficient querying within the database.
Instructions
Create a new Mango index (CouchDB 3.x+)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dbName | Yes | Database name | |
fields | Yes | Fields to index | |
indexName | Yes | Name of the index |