Ethan Buchman
9643f60bc2
Merge pull request #5 from tendermint/iterate-data
Exposed an iterator to access all of the underlying key/value pairs for all databases. |
8 years ago | |
---|---|---|
LICENSE.md | Update LICENSE.md | 8 years ago |
README.md | Add basic test for level_db | 9 years ago |
c_level_db.go | Commented the empty table in c_level_db, and cleaned up the mem_db Value call. | 8 years ago |
c_level_db_test.go | fix tests | 8 years ago |
db.go | Modified all db types to conform to the interface changes. | 8 years ago |
go_level_db.go | Fixed a typo in LevelDB property names. | 8 years ago |
go_level_db_test.go | fix tests | 8 years ago |
mem_db.go | Commented the empty table in c_level_db, and cleaned up the mem_db Value call. | 8 years ago |
TODO: syndtr/goleveldb should be replaced with actual LevelDB instance