2 releases

0.1.1 Sep 21, 2023
0.1.0 Sep 2, 2023

#2305 in Database interfaces

Download history 6/week @ 2024-02-12 37/week @ 2024-02-19 81/week @ 2024-02-26 37/week @ 2024-03-04 39/week @ 2024-03-11 20/week @ 2024-03-18 119/week @ 2024-03-25 79/week @ 2024-04-01 13/week @ 2024-04-08 64/week @ 2024-04-15

277 downloads per month
Used in 7 crates (via veilid-core)

MIT/Apache

59KB
1.5K SLoC

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:

A key-value database for use in browsers

Writes data both into memory and IndexedDB, optionally reads the whole database in memory from the IndexedDB on open.

Dependencies

~8–17MB
~209K SLoC