Skip to main content
Module

x/kv_toolbox

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

Provides the function batchedAtomic which is like Deno.Kv#atomic() but will work around the limitation 10 transactions per atomic operation.

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

A set of APIs for storing arbitrarily sized blobs in Deno KV. Currently Deno KV has a limit of key values being 64k. The set function breaks down a blob into chunks and manages sub-keys to store the complete value. The get function reverses that process, and remove function will delete the key, sub-keys and values.

json.ts
keys.ts
ndjson.ts