From 8b6151cea36511318621a7e9d627ce23fac9d5c7 Mon Sep 17 00:00:00 2001 From: Thanh Ba Nguyen Date: Thu, 14 Jan 2021 05:06:47 +1100 Subject: [PATCH] Add REST client and `database/sql` driver for Azure Cosmos DB (#3414) * Add package btnguyen2k/olaf * Add database client and driver for Azure Cosmos DB * Add database client and driver for Azure Cosmos DB Co-authored-by: Thanh Nguyen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1bfec9f9..c632e7e6 100644 --- a/README.md +++ b/README.md @@ -545,6 +545,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-pilosa](https://github.com/pilosa/go-pilosa) - Go client library for Pilosa. * [go-rejson](https://github.com/nitishm/go-rejson) - Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease. * [gocb](https://github.com/couchbase/gocb) - Official Couchbase Go SDK. + * [gocosmos](https://github.com/btnguyen2k/gocosmos) - REST client and standard `database/sql` driver for Azure Cosmos DB. * [gocql](http://gocql.github.io) - Go language driver for Apache Cassandra. * [godis](https://github.com/piaohao/godis) - redis client implement by golang, inspired by jedis. * [godscache](https://github.com/defcronyke/godscache) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.