mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add go-rejson to the list (#2314)
* Add go-rejson to the list Add go-rejson to go-awesome list under the NoSQL Databases, as an alternate way to use redis to store and manipulate Go structs as JSON objects using Redislab Rejson module. * Fix alphabetical ordering * Fix alphabetical ordering
This commit is contained in:
parent
9f8f413ea2
commit
a79c40a69d
@ -413,6 +413,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [dynago](https://github.com/underarmour/dynago) - Dynago is a principle of least surprise client for DynamoDB.
|
||||
* [go-couchbase](https://github.com/couchbase/go-couchbase) - Couchbase client in Go.
|
||||
* [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go.
|
||||
* [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.
|
||||
* [gocql](http://gocql.github.io) - Go language driver for Apache Cassandra.
|
||||
* [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