| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-25 | chore(ext/kv): add limits (#18415) | Heyang Zhou | |
| 2023-03-22 | fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` ↵ | Heyang Zhou | |
| (#18365) Previously the mapping between `AnyValue::Bool` and `KeyPart::Bool` was inverted. This patch also allows using the empty key `[]` as range start/end to `snapshot_read`. | |||
| 2023-03-22 | Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362) | Ryan Dahl | |
| This reverts commit 50b793c9ed866ee29e8f04b4fa24b485b01a2b74. | |||
| 2023-03-22 | refactor: rename Deno.openKv() to Deno.kv() (#18349) | Ryan Dahl | |
| 2023-03-22 | feat(ext/kv): key-value store (#18232) | Heyang Zhou | |
| 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> | |||
