Skip to content

Commit

Permalink
removal: remove fsdb (#43)
Browse files Browse the repository at this point in the history
* removal: remove fsdb

- remove fsdb as some parts are not implemented and we do ont use it anywhere

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* add changelog entry
  • Loading branch information
tac0turtle committed Jan 16, 2020
1 parent ea3cbf0 commit 9a0147f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 288 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Breaking Changes

- [fsdb] [\#43](https://github.com/tendermint/tm-db/pull/43#event-2954801205) Remove FSDB

## 0.4

**2020-1-7**
Expand Down
6 changes: 1 addition & 5 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ const (
// - requires gcc
// - use cleveldb build tag (go build -tags cleveldb)
CLevelDBBackend BackendType = "cleveldb"
// MemDBBackend represents in-memoty key value store, which is mostly used
// MemDBBackend represents in-memory key value store, which is mostly used
// for testing.
MemDBBackend BackendType = "memdb"
// FSDBBackend represents filesystem database
// - EXPERIMENTAL
// - slow
FSDBBackend BackendType = "fsdb"
// BoltDBBackend represents bolt (uses etcd's fork of bolt -
// github.com/etcd-io/bbolt)
// - EXPERIMENTAL
Expand Down
283 changes: 0 additions & 283 deletions fsdb.go

This file was deleted.

0 comments on commit 9a0147f

Please sign in to comment.