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 <thanhn@microsoft.com>
This commit is contained in:
Thanh Ba Nguyen 2021-01-14 05:06:47 +11:00 committed by GitHub
parent f243ce2884
commit 8b6151cea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-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. * [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. * [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. * [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. * [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. * [godscache](https://github.com/defcronyke/godscache) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.