Is there some particular reason you're not using a single prepared statement with multiple param set
Is there some particular reason you're not using a single prepared statement with multiple param sets called as a single query?
—persist-to--local instead of persist-to for migrations I get :white_check_mark: No migrations to apply!wrangler 3.78.0--persist-to flag and the --local flag. I imagined --persist-to would imply local because I didn't think it was possible to direct persistence to a path remotely?c.env.DB object from outside the handle function of an endpointnpm:sqlite-vec?export class SampleEndpoint extends OpenAPIRoute {
async handle(c) {
const stmt = await c.env.DB.prepare(...);
}
}—persist-to✘ [ERROR] Implications failed:
persist-to -> local--local--localpersist-to:white_check_mark: No migrations to apply!wrangler 3.78.0--persist-to--persist-to