Hi Matt, that is what I suspected. Thanks for the clarification!
Hi Matt, that is what I suspected. Thanks for the clarification!

.meta.duration or how long it takes to get a response?
npx wrangler d1 info if you're not sure which version you're on (it'll tell you if it's alpha)
SELECT * FROM table_name WHERE updated_at >= ? AND name > ? ORDER BY updated_at ASC, name LIMIT 1000updated_at and nameThe three-letter IATA airport code of the data center that the request hit, for example, "DFW".Nope, doesn't look so.
.meta.durationapp.get("/status", async (c) => {
await getDatabaseClient(c.env).select().from(schema.variables).limit(1);
return c.text("OK");
});Error: D1_ERROR: Error 9000: something went wrongnpx wrangler d1 infoSELECT * FROM table_name WHERE updated_at >= ? AND name > ? ORDER BY updated_at ASC, name LIMIT 1000updated_at