RawExecutor.$executeRawUnsafe() method
Execute a statement — used for the DDL, which cannot use bind parameters.
Signature:
$executeRawUnsafe(sql: string, ...values: unknown[]): Promise<unknown>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
sql |
string | |
|
values |
unknown[] |
Returns:
Promise<unknown>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.