2 releases

0.1.1 Sep 21, 2023
0.1.0 Sep 2, 2023

#55 in #key-value-database

Download history 45/week @ 2024-01-05 57/week @ 2024-01-12 54/week @ 2024-01-19 45/week @ 2024-01-26 37/week @ 2024-02-02 56/week @ 2024-02-09 99/week @ 2024-02-16 118/week @ 2024-02-23 104/week @ 2024-03-01 188/week @ 2024-03-08 210/week @ 2024-03-15 219/week @ 2024-03-22 350/week @ 2024-03-29 106/week @ 2024-04-05 127/week @ 2024-04-12 50/week @ 2024-04-19

700 downloads per month
Used in 11 crates (5 directly)

MIT/Apache

14KB
300 lines

KeyValueDB

KeyValueDB is a fork of KVDB that has been modified to meet the needs of the Veilid project.

KeyValueDB is the following projects: keyvaluedb keyvaluedb-memorydb keyvaluedb-shared-tests keyvaluedb-sqlite keyvaluedb-web

KeyValueDB and all files in it are copyright:

Copyright 2021 Veilid Foundation Inc Copyright 2020 Parity Technologies

KeyValueDB is licensed:

Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.


lib.rs:

Key-Value store abstraction.

Dependencies

~73KB