Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A CouchDB HTTP API wrapper for Go

NotificationsYou must be signed in to change notification settings

timjacobi/go-couchdb

 
 

Repository files navigation

go-couchdb is yet another CouchDB client written in Go.It was written because all the other ones didn't providefunctionality that I need.

The API is not fully baked at this time and may change.

This project contains three Go packages:

package couchdbGoDoc

import "github.com/timjacobi/go-couchdb"

This wraps the CouchDB HTTP API.

package couchappGoDoc

import "github.com/timjacobi/go-couchdb/couchapp"

This provides functionality similar to the originalcouchapp tool,namely compiling a filesystem directory into a JSON objectand storing the object as a CouchDB design document.

package couchdaemonGoDoc

import "github.com/timjacobi/go-couchdb/couchdaemon"

This package contains some functions that helpyou write Go programs that run as a daemon started by CouchDB,e.g. fetching values from the CouchDB config.

Tests

You can run the unit tests withgo test.

Build Status

About

A CouchDB HTTP API wrapper for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go100.0%

[8]ページ先頭

©2009-2025 Movatter.jp