Registry / database / couchrest

couchrest

JSON →
library2.0.1rbrubygemsunverified

CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, including utility scripts for managing views and attachments.

gem install couchrest
INSTALL
IMPORT
SIG · COUCHREST
C
couchrest
databaserubyv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CouchRest
require 'couchrest'

Connect to CouchDB and save a document

require 'couchrest' db = CouchRest.database!('http://localhost:5984/mydb') db.save_doc('_id' => '1', 'name' => 'test')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
couchrest — gem install couchrest · libregistry