Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

couchdb-create-index

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-create-index

Create CouchDB index from file or directory.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

CouchDB Create Index

Create CouchDB index from object from file or directory.

API

createIndex(url, source[, options], callback)
  • url - CouchDB database URL
  • source - Can be a Couchapp Directory Tree, JSON file or CommonJS/Node module. Please see couchdb-compile for in depth information about source handling.
  • callback - called when done with a response object describing the status of all operations.

Example

var createIndex = require('couchdb-create-index')
createIndex('http://localhost:5984/mydb', 'couchdb/index.json', function(error, response) {
  // here we go
})

CLI

couchdb-create-index URL [SOURCE]

When SOURCE is omitted, the current directory will be used.

Example

couchdb-create-index http://localhost:5984/mydb couchdb/index.json

Tests

npm test

(c) 2018 Johannes J. Schmidt, licensed under Apache-2.0

Keywords

FAQs

Package last updated on 25 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc