When there are parts of a blob, this key will be set as a sub-key of the blob
blob entry, which will have additional sub-keys with the parts of the blob
stored as Uint8Array
with a key of an incrementing number.
This release is 2 versions behind 0.29.2 — the latest version of @kitsonk/kv-toolbox. Jump to latest
@kitsonk/kv-toolbox@0.29.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Utilities for working with Deno KV. Encrypted values, batching atomic transactions, handling blobs, querying/filtering, and more.
Add Package
deno add jsr:@kitsonk/kv-toolbox
Import symbol
import { BLOB_KEY } from "@kitsonk/kv-toolbox/blob";
Import directly with a jsr specifier
import { BLOB_KEY } from "jsr:@kitsonk/kv-toolbox/blob";
Add Package
pnpm i jsr:@kitsonk/kv-toolbox
pnpm dlx jsr add @kitsonk/kv-toolbox
Import symbol
import { BLOB_KEY } from "@kitsonk/kv-toolbox/blob";
Add Package
yarn add jsr:@kitsonk/kv-toolbox
yarn dlx jsr add @kitsonk/kv-toolbox
Import symbol
import { BLOB_KEY } from "@kitsonk/kv-toolbox/blob";
Add Package
vlt install jsr:@kitsonk/kv-toolbox
Import symbol
import { BLOB_KEY } from "@kitsonk/kv-toolbox/blob";
Add Package
npx jsr add @kitsonk/kv-toolbox
Import symbol
import { BLOB_KEY } from "@kitsonk/kv-toolbox/blob";
Add Package
bunx jsr add @kitsonk/kv-toolbox
Import symbol
import { BLOB_KEY } from "@kitsonk/kv-toolbox/blob";