diff --git a/README.md b/README.md index 0f717529..1681a6d1 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [diskv](https://github.com/peterbourgon/diskv) - Home-grown disk-backed key-value store. * [eliasdb](https://github.com/krotik/eliasdb) - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. * [fastcache](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. -* [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. * [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. * [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. @@ -407,10 +406,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language. * [arangolite](https://github.com/solher/arangolite) - Lightweight golang driver for ArangoDB. * [asc](https://github.com/viant/asc) - Datastore Connectivity for Aerospike for go. - * [cachego](https://github.com/fabiorphp/cachego) - Golang Cache component for multiple drivers. - * [cayley](https://github.com/google/cayley) - Graph database with support for multiple backends. - * [dsc](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files. * [dynago](https://github.com/underarmour/dynago) - Dynago is a principle of least surprise client for DynamoDB. + * [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. * [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. @@ -438,6 +435,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goes](https://github.com/OwnLocal/goes) - Library to interact with Elasticsearch. * [riot](https://github.com/go-ego/riot) - Go Open Source, Distributed, Simple and efficient Search Engine. * [skizze](https://github.com/seiflotfy/skizze) - probabilistic data-structures service and storage. + +* Multiple Backends. + * [cachego](https://github.com/fabiorphp/cachego) - Golang Cache component for multiple drivers. + * [cayley](https://github.com/google/cayley) - Graph database with support for multiple backends. + * [dsc](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files. ## Date and Time