sp-database 4.0.0

Substrate database trait.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sp-database"
version = "4.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate database trait."
documentation = "https://docs.rs/sp-database"
readme = "README.md"

[dependencies]
kvdb = "0.13.0"
parking_lot = "0.12.1"