{"id":16380706,"url":"https://github.com/notslang/couchdb-client","last_synced_at":"2025-06-11T02:33:51.361Z","repository":{"id":57362893,"uuid":"58205189","full_name":"notslang/couchdb-client","owner":"notslang","description":"Interact with CouchDB through the terminal using streams","archived":false,"fork":false,"pushed_at":"2018-07-22T02:59:37.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T02:05:55.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notslang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-06T12:18:10.000Z","updated_at":"2019-01-02T17:41:29.000Z","dependencies_parsed_at":"2022-09-10T06:02:02.513Z","dependency_job_id":null,"html_url":"https://github.com/notslang/couchdb-client","commit_stats":null,"previous_names":["slang800/couchdb-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notslang%2Fcouchdb-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notslang%2Fcouchdb-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notslang%2Fcouchdb-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notslang%2Fcouchdb-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notslang","download_url":"https://codeload.github.com/notslang/couchdb-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notslang%2Fcouchdb-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259186524,"owners_count":22818579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T03:52:12.517Z","updated_at":"2025-06-11T02:33:51.339Z","avatar_url":"https://github.com/notslang.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# couchdb client\n\n[![Build Status](http://img.shields.io/travis/slang800/couchdb-client.svg?style=flat-square)](https://travis-ci.org/slang800/couchdb-client) [![NPM version](http://img.shields.io/npm/v/slang-couchdb.svg?style=flat-square)](https://www.npmjs.org/package/slang-couchdb) [![NPM license](http://img.shields.io/npm/l/slang-couchdb.svg?style=flat-square)](https://www.npmjs.org/package/slang-couchdb)\n\n## why?\n\nThere are a few other libraries, but nothing I liked. This is what I've done differently:\n\n- Everything is handled through streams and promises.\n- Authentication and retries are handled transparently by the client.\n- Property naming matches JavaScript's style and is consistent. `_id` is the document id everywhere (including status messages) and snake_case names are corrected to camelCase.\n- Optimize to make the fewest requests possible... tracking cookie timeouts to avoid retries, allowing you to specify if a conflict is likely to happen, and get the doc to apply your changes before attempting an update, using the `_bulk_docs` endpoint for post streams, and combining duplicate requests in get/head streams.\n\n## install\n\nCouchDB Client is an [npm](http://npmjs.org/package/slang-couchdb) package, so it can be installed into your project like this:\n\n```bash\nnpm install slang-couchdb --save\n```\n\n## usage\n\nIf you want pretty printing, pipe the output into [jq](https://stedolan.github.io/jq/manual/).\n\n## similar tools\n\n- [couchdb-utils](https://github.com/awilliams/couchdb-utils)\n- [futon (cli)](https://www.npmjs.com/package/futon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotslang%2Fcouchdb-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotslang%2Fcouchdb-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotslang%2Fcouchdb-client/lists"}