//
pkg.gl
Category
github.com/ethereum/go-ethereum
ethdb
memorydb
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
6
Dependents
185
Files
238 SLOC
#
Functions
New
New returns a wrapped map with all the required database interface methods implemented.
NewWithCap
NewWithCap returns a wrapped map pre-allocated to the provided capacity with all the required database interface methods implemented.
#
Structs
Database
Database is an ephemeral key-value store.