mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add godscache a.k.a. Go DS Cache (#1934)
a wrapper around the Google Cloud Datastore Go package that adds caching using memcached.
This commit is contained in:
parent
3bbe7499d4
commit
cccddee0bc
@ -396,6 +396,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go.
|
||||
* [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.
|
||||
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
|
||||
* [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB.
|
||||
* [goriak](https://github.com/zegl/goriak) - Go language driver for Riak KV.
|
||||
|
Loading…
Reference in New Issue
Block a user