TinyJoin logoTinyJoin

prepare

The prepare method parses and retains one reusable read or row-mutation statement in the Worker.

prepare<RowType>(sql: string): Promise<PreparedStatement<RowType>>
TypeDescription
sqlstring
returnsPromise<PreparedStatement<RowType>>

Since

v0.0.5