db.batch (or UPSERT / ON CONFLICT) - there is not a way to ship a transaction to D1 outside of that.
db.batch for now.timestamp_updated_ms - give your names units db.batchdb.batchUPSERTON CONFLICTtimestamp_updated_msexport default {
async fetch(request, env, ctx) {
let res = await env.MYDATABASE.exec("PRAGMA table_list")
console.log(res)
return Response.json({res: res})
},
};