hi all, i'm developing a worker that has access to D1 databases through D1 database bindings (set as variables under D1 Database Bindings). how am i able to reach those databases when i'm developing locally? using queries like this: {results} = await env.IRADB.prepare(<here goes the query>).bind(<binds>).run();
what is the recommended way for large video file(s) upload to r2? Can we get an event on upload complete event in the cloudflare queues for further processing.
Someone else might know more exact details but in essence a fetch request goes through the normal cdn request pipeline
If it's same-zone (worker running on same website as the one its fetching) then it skips some things like Workers, not sure on exactly everything it skips If it's not same zone it's full request pipeline