Type Alias: RunSqlRequest
type RunSqlRequest = object;Defined in: packages/sdk/src/index.ts:259
SK-SDK-009 — raw-SQL escape hatch (GLOBAL-015); same allow-list as ask(), DDL still rejected.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
db |
string |
packages/sdk/src/index.ts:260 |
sql |
string |
packages/sdk/src/index.ts:261 |