From 2d7dd025cf260d9bbf776f70e5348250ca64a78b Mon Sep 17 00:00:00 2001
From: Alex Sharov <AskAlexSharov@gmail.com>
Date: Fri, 20 Mar 2020 17:08:00 +0700
Subject: [PATCH] Update AbstractKV.md

---
 ethdb/AbstractKV.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ethdb/AbstractKV.md b/ethdb/AbstractKV.md
index 47c7e9418f..38bf95ecbb 100644
--- a/ethdb/AbstractKV.md
+++ b/ethdb/AbstractKV.md
@@ -1,3 +1,7 @@
+## Target: 
+
+To build 1 key-value abstraction on top of Bolt, Badger and RemoteDB (our own read-only TCP protocol for key-value databases).
+
 ## Vision: 
 
 Ethereum gives users a powerful resource (which is hard to give) which is not explicitely priced - 
-- 
GitLab