prepare
The prepare method parses and retains one reusable read or row-mutation statement in the Worker.
prepare<RowType>(sql: string): Promise<PreparedStatement<RowType>>| Type | Description | |
|---|---|---|
sql | string | |
| returns | Promise<PreparedStatement<RowType>> |
Since
v0.0.5