exec
Essential
The exec method runs one or more parameter-free statements as one implicit transaction.
exec(
sql: string,
options?: QueryOptions,
): Promise<Results<Row>[]>| Type | Description | |
|---|---|---|
sql | string | |
options? | QueryOptions | |
| returns | Promise<Results<Row>[]> |
Since
v0.0.5