Named parameters to bind. Always pass the whole object to the statement:
stmt.all({ ...values, ...yourOwnParams }).
where
where:string
The WHERE condition, without the WHERE keyword, ready to be interpolated
into a larger statement. Empty when the query string carries no usable
criteria — callers should then omit their WHERE clause (or use '1 = 1').
Named parameters to bind. Always pass the whole object to the statement:
stmt.all({ ...values, ...yourOwnParams }).