Use `stmt.raw()` - https://developers.cloudflare.com/d1/platform/client-api/#await-stmtraw

As part of our Client API, both static and prepared statements are supported. Best practice is to use prepared statements which are precompiled
Was this page helpful?