I run my projects in cloudflare pages so its just as easy as adding 1 parameter, but for you, you might need to create a worker that takes the api calls from your server and routes them to d1 and returns the answer
Is it possible to enable this SQLite configuration option please? Permit to uses LIMIT on UPDATE and DELETE requests are useful, especially for security reasons
Actually, looking at this - I'm not sure if this is my fault or a change in wrangler etc? I just noticed that the command above is using single quotes '...' - switched them out to double quotes and it now works. Strange thing is that all of these commands are saved in a file so I can just paste them in and execute... oh well. I guess that answers that one
Hi! How is billed the usage of SQL extension RETURNING * on INSERT/UPDATE/DELETE ? Is the cost of the writing ( 500x to 1000x more expansive that a read cost ) offer the content returned?