d581dfee5f
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 :-)