couch-repl

1.0.1 • Public • Published

couch-repl

$./bin/couchrepl -i

    couch.start() // to initiate dbs
 
    couch.dbs.xxx.allDocs()
    couch.dbs.create('db')
    couch.dbs.xxx.get('id')
    couch.dbs.xxx.post({test:'test'})
    couch.dbs.xxx.put('id', 'rev',{test:'test'})
    couch.dbs.xxx.head()
    couch.dbs.xxx.del('id', 'rev')

Readme

Keywords

none

Package Sidebar

Install

npm i couch-repl

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • gabrielmancini