https://developers.cloudflare.com/workers/platform/limits/ free gets 1 mb max size, paid gets 10 mb
https://developers.cloudflare.com/workers/platform/limits/ free gets 1 mb max size, paid gets 10 mb max workers size
take some mysql proxy code (of which there must be plenty)There's likely plenty of proxy code, but almost certainly none currently that work on Workers.
batch is the solution to this, but can I send 10k sql inserts in one batch? Is there a limit to batch?