{"id":21593407,"url":"https://github.com/zemirco/couchdb","last_synced_at":"2025-06-11T13:06:37.735Z","repository":{"id":20360076,"uuid":"23635215","full_name":"zemirco/couchdb","owner":"zemirco","description":"CouchDB client in Go","archived":false,"fork":false,"pushed_at":"2018-02-13T12:22:19.000Z","size":161,"stargazers_count":44,"open_issues_count":6,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T20:22:30.990Z","etag":null,"topics":["couchdb","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zemirco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-03T19:56:22.000Z","updated_at":"2023-11-25T12:26:26.000Z","dependencies_parsed_at":"2022-07-26T02:46:59.921Z","dependency_job_id":null,"html_url":"https://github.com/zemirco/couchdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemirco%2Fcouchdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemirco%2Fcouchdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemirco%2Fcouchdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemirco%2Fcouchdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zemirco","download_url":"https://codeload.github.com/zemirco/couchdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317348,"owners_count":21083519,"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":["couchdb","go"],"created_at":"2024-11-24T17:12:30.386Z","updated_at":"2025-04-10T23:34:41.598Z","avatar_url":"https://github.com/zemirco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# couchdb\n\n[![Build Status](https://travis-ci.org/zemirco/couchdb.svg)](https://travis-ci.org/zemirco/couchdb)\n[![Go Report Card](https://goreportcard.com/badge/github.com/zemirco/couchdb)](https://goreportcard.com/report/github.com/zemirco/couchdb)\n[![Coverage Status](https://coveralls.io/repos/github/zemirco/couchdb/badge.svg?branch=master)](https://coveralls.io/github/zemirco/couchdb?branch=master)\n[![GoDoc](https://godoc.org/github.com/zemirco/couchdb?status.svg)](https://godoc.org/github.com/zemirco/couchdb)\n\nCouchDB client for Go.\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/zemirco/couchdb\"\n)\n\nfunc main() {\n\tu, err := url.Parse(\"http://127.0.0.1:5984/\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t// create a new client\n\tclient, err := couchdb.NewClient(u)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t// get some information about your CouchDB\n\tinfo, err := client.Info()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tlog.Println(info)\n\n}\n```\n\nMore\n[examples](https://github.com/zemirco/couchdb/blob/master/example/example.go).\n\n## Test\n\n`go test`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemirco%2Fcouchdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemirco%2Fcouchdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemirco%2Fcouchdb/lists"}