kvdb
Generic key-value trait
0.13.0
9.3M downloads/mo
#3236 most downloaded on crates.io
paritytech/parity-common
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 8 months
Nearly every release is documented
notes for 14 of 15 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
15 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Aug 2018 to Nov 2022
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 15-
0.13.029 Nov 2022 -
0.12.020 Sep 2022 -
0.11.004 Feb 2022 -
0.10.002 Jul 2021 -
0.9.027 Jan 2021 -
0.8.005 Jan 2021 -
0.7.024 Jun 2020 -
0.6.005 May 2020 -
0.5.016 Mar 2020 -
0.4.006 Feb 2020 -
0.3.106 Jan 2020 -
0.3.004 Jan 2020 -
0.2.019 Dec 2019Release notes
Open source →Changed
- Default column support removed from the API
- Column argument type changed from
Option<u32>tou32 - Migration
None-> unsupported,Some(0)->0,Some(1)->1, etc.
- Column argument type changed from
- Remove
ElasticArrayand changeDBValueto be a type alias forVec<u8>and add aDBKeybacked by aSmallVec. #282
- Default column support removed from the API
-
0.1.124 Oct 2019Release notes
Open source → -
0.1.023 Aug 2018Nothing published for this version