From 27ac84d53e45a63f2048be321d2e39d14d085ccc Mon Sep 17 00:00:00 2001 From: vixentael Date: Mon, 30 Jul 2018 14:36:39 +0300 Subject: [PATCH] Add Acra --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d13add..fc8a4db 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin ## Go-lang +* [Acra](https://github.com/cossacklabs/acra) - SQL database protection suite: strong selective encryption, SQL injections prevention, intrusion detection system. * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.