function executeBatch
executeBatch(statements: Array<{ sql: string; args: InValue[]; }>): Promise<void>

Execute multiple write statements, discarding results.

Parameters

statements: Array<{ sql: string; args: InValue[]; }>

Return Type

Promise<void>

Usage

import { executeBatch } from "doc.ts";