1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/kv
denobot 0c3bbf7acd
chore: forward v1.35.2 release commit to main (#19887)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-07-20 05:11:50 +02:00
..
01_db.ts fix(ext/kv): expose Deno.AtomicOperation (#19674) 2023-07-01 09:24:15 +02:00
Cargo.toml chore: forward v1.35.2 release commit to main (#19887) 2023-07-20 05:11:50 +02:00
codec.rs fix(ext/kv): reverse mapping between AnyValue::Bool and KeyPart::Bool (#18365) 2023-03-22 21:53:16 +01:00
interface.rs feat(kv) queue implementation (#19459) 2023-06-13 17:49:57 -07:00
lib.rs refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566) 2023-06-22 23:37:56 +02:00
README.md chore(ext/kv): create basic README.md (#18370) 2023-03-23 00:03:38 +01:00
sqlite.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00

deno_kv

This crate provides a key/value store for Deno.