From ad897a8f003f7752ed94a97fa133094de631cb4b Mon Sep 17 00:00:00 2001 From: Black3HDF <29630164+Satoshi-Kusumoto@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:54:30 -0700 Subject: [PATCH] Update README.md (#4094) db is moved to https://github.com/tendermint/tm-db --- libs/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/README.md b/libs/README.md index b1bb0396c..595568120 100644 --- a/libs/README.md +++ b/libs/README.md @@ -19,11 +19,6 @@ Clist provides a linked list that is safe for concurrent access by many readers. Common provides a hodgepodge of useful functions. -## db - -DB provides a database interface and a number of implementions, including ones using an in-memory map, the filesystem directory structure, -an implemention of LevelDB in Go, and the official LevelDB in C. - ## events Events is a synchronous PubSub package.