Have you been able to fix it? I have the same error but im not using D1, just trying to get websocke
Have you been able to fix it? I have the same error but im not using D1, just trying to get websockets working
One of the biggest impediments to double-digit-gigabyte databases is performanceThis line in the blog really got me thinking. I've always been using D1 with the assumption that one day this could be the primary database for the various products I'm building on Cloudflare. Reading the latest blog I somehow got the feeling that the aim is to scale D1 horizontally (aka number of databases as opposed to size of each individual database).

hono-do, but the line above the install info is:This is a work in progress. The code is not yet ready for production use.
interface DetailsDataType{
description:string,
ref:string //Primary Key in Table
}const { results } = await c.env.DATABASE.prepare("INSERT INTO details (ref, description) VALUES (?, ?) RETURNING *")
.bind(descData.description, descData.ref)
.run()