Skip to content
Cosmopediaby Unity Nodes
ReleasesSDKdb/v1.0.0-beta.1GitHub ↗

DB v1.0.0-beta.1

cosmos/cosmos-sdkdb/v1.0.0-beta.112-01-2022prerelease

`github.com/cosmos/cosmos-sdk/db` (cosmos-sdk/db here an after) is a module in the Cosmos SDK repository. It is used in `store/v2` instead of `tendermint/tm-db` which is now deprecated.

`cosmos-sdk/db` extends the `tendermint/tm-db` interface. however, it only supports BaggerDB and RocksDB (the databases we tested, which provide snapshot functionality necessary for store/v2 and ADR-040 implementation).

← Back to Releases