RawExecutor.$queryRawUnsafe() method
Run a query — used to read the currently installed triggers back.
Signature:
$queryRawUnsafe<T>(sql: string, ...values: unknown[]): Promise<T>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
sql |
string | |
|
values |
unknown[] |
Returns:
Promise<T>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.