erigon-pulse/ethdb
2015-05-12 14:24:11 +02:00
..
.gitignore
database_test.go replaced several path.* with filepath.* which is platform independent 2015-05-12 14:24:11 +02:00
database.go eth, ethdb: lower the amount of open files & improve err messages for db 2015-05-12 11:28:55 +02:00
memory_database.go
README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)