From 00de1afb0187310b96d19048f2f803cbd8140721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20da=20Silva=20Ribeiro?= Date: Fri, 5 Oct 2018 18:21:57 -0300 Subject: [PATCH] Cachego Support (#2124) Added cachego link to database drivers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51a688d1..2ef44bfc 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ 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.