quorum/ethdb
Felix Lange e6fb69296e common: remove old RLP implementation, Value and ExtPackage
In order to make this happen, kill all remaining trivial uses of
common/{rlp,value}.go. The non-trivial ones have been updated earlier.
2015-12-18 12:09:10 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
README.md The great merge 2014-02-14 23:56:09 +01:00
database.go ethdb: remove Flush 2015-09-14 23:36:30 +02:00
database_test.go Merge pull request #1515 from fjl/license-fixes 2015-07-28 04:29:42 -07:00
interface.go ethdb: remove Flush 2015-09-14 23:36:30 +02:00
memory_database.go common: remove old RLP implementation, Value and ExtPackage 2015-12-18 12:09:10 +01:00

README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)