forked from cerc-io/plugeth
Storing a value in LevelDB copies the bytes, modifying the value afterwards does not affect the content of the database. This commit ensures that MemDatabase satisfies the same property. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| database_test.go | ||
| database.go | ||
| interface.go | ||
| memory_database.go | ||
| README.md | ||
ethdb
The ethdb package contains the ethereum database interfaces
Installation
go get github.com/ethereum/ethdb-go
Usage
Todo :-)