quorum/ethdb
Bas van Kervel 95773b9673 removed redundant newlines in import block 2015-05-12 15:20:53 +02: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 eth, ethdb: lower the amount of open files & improve err messages for db 2015-05-12 11:28:55 +02:00
database_test.go removed redundant newlines in import block 2015-05-12 15:20:53 +02:00
memory_database.go Moved leveldb update loop to eth/backend 2015-04-23 17:58:58 +02:00

README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)