Browse Source

Update README.md (#4094)

db is moved to https://github.com/tendermint/tm-db
pull/4097/head
Black3HDF 5 years ago
committed by Marko
parent
commit
ad897a8f00
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libs/README.md

+ 0
- 5
libs/README.md View File

@ -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.


Loading…
Cancel
Save