function executeWithoutCacheInvalidation
executeWithoutCacheInvalidation(...unnamed 0: SqlArgs): Promise<ResultSet>

Run a single statement without table-scoped cache invalidation.

This is intentionally narrow: callers that maintain their own cache state during a write can avoid a broad invalidation/reset while still preserving query tracking. Other writes should use execute.

Parameters

...unnamed 0: SqlArgs

Return Type

Promise<ResultSet>

Usage

import { executeWithoutCacheInvalidation } from "docs/database.ts";