Is this already available? I’m not sure if anyone can use D1 for a serious project in EU until we ha
Is this already available? I’m not sure if anyone can use D1 for a serious project in EU until we have this
Also is there any way to prevent this replication? Like when does that happen? If for anyone outside of an specific region no DB access happens, does that mean no replication is happening either?There is no replication at the moment. Once it's out, we will have some control for jurisdictions once those are added for D1.
meta object, and the dashboard will show it soon as well.Or does it count rows that were checked and not returned as well?All rows read are counted. From indices, non-indices, views, etc.


newUser.id and account.id from the first two queries to use in the third one. Since the queries are in an array, I can't assign these values to a constant. Is there a way to achieve this within a single batch, or do I need to split it into two?D1 DB storage operation exceeded timeout which caused object to be reset and D1 DB is overloaded. Too many requests queued.if (e.message.startsWith(`D1_ERROR: UNIQUE constraint failed:`)){
throw createError({statusCode:400, statusMessage:`Your name needs to be unique`})
}