Add gokv to database drivers (#2333)

This commit is contained in:
Philipp Gillé 2019-01-30 23:54:56 +01:00 committed by Cássio Botaro
parent ce6a6cb503
commit 4069c439dc

View File

@ -470,6 +470,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [cachego](https://github.com/fabiorphp/cachego) - Golang Cache component for multiple drivers. * [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. * [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. * [dsc](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files.
* [gokv](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
## Date and Time ## Date and Time