Not at this time, but it's something we intend to add as it's an obviously strong use case for both
Not at this time, but it's something we intend to add as it's an obviously strong use case for both products.
await connection2.query("INSERT into revolv_events SET ? ON DUPLICATE KEY UPDATE ?", [ins, ins]). It was saving into the db and everything just perfectly. Just today it stopped saving and instead throw that error.
export default {
async fetch(request, env, ctx) {
if (env.DEV) {
// Logic specific to local development
console.log("Running in local development mode.");
} else {
// Logic specific to production
console.log("Running in production mode.");
}
// ... rest of your Worker logic
},
};Error: write CONNECTION_CLOSED REMOVED.hyperdrive.local:5432