Skip to main content
Module

x/kv_toolbox

Utilities for working with Deno KV πŸ¦•πŸ—οΈ
Latest
Index
batched_atomic.ts

Provides the function batchedAtomic which is like Deno.Kv.prototype.atomic but will work around the per atomic transaction limits imposed by Deno KV.

blob_util.ts

This is an internal module which contains some of the blob writing functionality and is not part of the public API of kv-toolbox.

blob.ts
byte_size.bench.ts
json.ts
keys.ts
ndjson.ts
size_of.ts

An internal module to estimate the byte size of a value.