1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/serde_v8/magic
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
..
any_value.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
bigint.rs feat(serde_v8): support BigInt serialization (#18225) 2023-03-16 16:59:47 +00:00
buffer.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
bytestring.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
detached_buffer.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
external_pointer.rs feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) 2023-02-22 19:32:38 +02:00
global.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
rawbytes.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
string_or_buffer.rs perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
transl8.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
u16string.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
v8slice.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
value.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00