Documentation
¶
Overview ¶
Package pouchdb provides a driver for the Kivik CouchDB package. It must be compiled with GopherJS, and requires that the PouchDB JavaScript library is also loaded at runtime.
// +build js
package main
import (
"context"
"github.com/go-kivik/kivik"
"github.com/go-kivik/pouchdb"
)
func main() {
client, err := kivik.New(context.TODO(), "pouch", "")
// ...
}
See https://github.com/go-kivik/pouchdb#usage for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package bindings provides minimal GopherJS bindings around the PouchDB library.
|
Package bindings provides minimal GopherJS bindings around the PouchDB library. |
|
poucherr
Package poucherr exists only for the purpose of testing the PouchDB binding's handling of PouchDB-specific error messages.
|
Package poucherr exists only for the purpose of testing the PouchDB binding's handling of PouchDB-specific error messages. |
Click to show internal directories.
Click to hide internal directories.