From c110a742326e66bf68e757157fc0da11cca22c04 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Fri, 20 Sep 2019 22:06:22 +0200 Subject: [PATCH] Add Kivik project to the page --- Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects.md b/Projects.md index c35c8b68..12b1f36d 100644 --- a/Projects.md +++ b/Projects.md @@ -584,6 +584,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [couchgo](https://github.com/lancecarlson/couchgo) - The most feature complete CouchDB Adapter for Go. Modeled after couch.js. * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics + * [Kivik](https://github.com/go-kivik/kivik) - Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases. * [ledisdb](https://github.com/siddontang/ledisdb) - A high performance NoSQL like Redis. * [nodb](https://github.com/lunny/nodb) - A pure Go embed Nosql database with kv, list, hash, zset, bitmap, set. * [tiedot](https://github.com/HouzuoGuo/tiedot) - A NoSQL document database engine using JSON for documents and queries; it can be embedded into your program, or run a stand-alone server using HTTP for an API.