forked fromfjl/go-couchdb
- Notifications
You must be signed in to change notification settings - Fork8
timjacobi/go-couchdb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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:
import "github.com/timjacobi/go-couchdb"This wraps the CouchDB HTTP API.
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.
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.
You can run the unit tests withgo test.
About
A CouchDB HTTP API wrapper for Go
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Go100.0%

