1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/kv
Heyang Zhou 92ebf4afe5
feat(ext/kv): key-value store (#18232)
This commit adds unstable "Deno.openKv()" API that allows to open
a key-value database at a specified path.

---------

Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-03-22 12:13:24 +08:00
..
01_db.ts feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
Cargo.toml feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
codec.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
interface.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
lib.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
sqlite.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00