Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Apr 25, 2024
1 parent 754bdc3 commit c4b4ea1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Install Kivik as you normally would for any Go package:

This will install the main Kivik package and the CouchDB database driver. Three officially supported drivers are shipped with this Go module:

- CouchDB: https://github.com/go-kivik/kivik/v4/couchdb
- PouchDB: https://github.com/go-kivik/kivik/v4/pouchdb (requires GopherJS)
- MockDB: https://github.com/go-kivik/kivik/v4/mockdb
- CouchDB: [github.com/go-kivik/kivik/v4/couchdb](https://pkg.go.dev/github.com/go-kivik/kivik/v4/couchdb)
- PouchDB: [github.com/go-kivik/kivik/v4/pouchdb](https://pkg.go.dev/github.com/go-kivik/kivik/v4/pouchdb) (requires GopherJS)
- MockDB: [github.com/go-kivik/kivik/v4/mockdb](https://pkg.go.dev/github.com/go-kivik/kivik/v4/mockdb)

In addition, there are partial/experimental drivers available:

- FilesystemDB: https://github.com/go-kivik/kivik/v4/x/fsdb
- MemoryDB: https://github.com/go-kivik/kivik/v4/x/memorydb
- SQLite: https://github.com/go-kivik/kivik/v4/x/sqlite
- FilesystemDB: [github.com/go-kivik/kivik/v4/x/fsdb](https://pkg.go.dev/github.com/go-kivik/kivik/v4/x/fsdb)
- MemoryDB: [github.com/go-kivik/kivik/v4/x/memorydb](https://pkg.go.dev/github.com/go-kivik/kivik/v4/x/memorydb)
- SQLite: [github.com/go-kivik/kivik/x/sqlite/v4](https://pkg.go.dev/github.com/go-kivik/kivik/x/sqlite/v4)

# CLI

Expand Down

0 comments on commit c4b4ea1

Please sign in to comment.