Just wondering, what would the D1 Binding give you that DO SQLite doesn't give you?
Just wondering, what would the D1 Binding give you that DO SQLite doesn't give you?
meta.duration field should tell you how much the actual SQL query takes when running inside your database.


--location=apac, but the issue persists.


count + 1 update query in a batch statement 1000 times, will it end up being 1000 at the end? ie batches are transactional?meta.duration field of the D1 response, right? If yes, tens of milliseconds is expected. meta.duration field.meta.duration tells you how long it actually took - anything else gives you network noisemeta.duration measures how long sqlite took to actually get your datameta.duration is all you can actually influence (apart from enabling smart placement, I guess).all() function?zod or similar because it enforces exact 1:1 match between types and actual output share versus types drifting away from the actual typeid INTEGER PRIMARY KEY AUTOINCREMENT is only one-digit, I want to replace this with 10-digit uuid. Anyone got a solution for this?id = str(uuid.uuid4()) is the easiest. I thought there might be some native methods from cloudflare side.--location=apac