Skip to main content

Built and signed on GitHub Actions

The knowledge hacker's notebook

This package works with Deno, Browsers
This package works with Deno
This package works with Browsers
JSR Score
76%
Published
2 months ago (0.10.1)
function datastore.batchSet
batchSet(kvs: KV[]): Promise<void>

Sets multiple values in the key value store.

Parameters

kvs: KV[]

the key value pairs to set

Return Type

Promise<void>

Add Package

deno add jsr:@silverbulletmd/silverbullet

Import symbol

import { datastore } from "@silverbulletmd/silverbullet/syscalls";

---- OR ----

Import directly with a jsr specifier

import { datastore } from "jsr:@silverbulletmd/silverbullet/syscalls";