package
1.5.5
Repository: https://github.com/cosmwasm/wasmvm.git
Documentation: pkg.go.dev

# README

Testdb

This package contains an in memory DB for testing purpose only. The original code was copied from https://github.com/tendermint/tm-db/tree/v0.6.7 to decouple project dependencies.

All credits and a big thank you go to the original authors!

# Functions

NewMemDB creates a new in-memory database.

# Structs

MemDB is an in-memory database backend using a B-tree for storage.

# Type aliases

No description provided by the author