I have 10+ db and apps, I prefer to have one trigger cloudflare worker to do that, without CRON. Or
I have 10+ db and apps, I prefer to have one trigger cloudflare worker to do that, without CRON. Or maybe CRON 1hr should be ok, maybe thats the way.
c.env.DB object from outside the handle function of an endpointnpm:sqlite-vec?c.env.DBhandlenpm:sqlite-vecexport class SampleEndpoint extends OpenAPIRoute {
async handle(c) {
const stmt = await c.env.DB.prepare(...);
}
}