mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
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:
parent
f243ce2884
commit
8b6151cea3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user