All limits tagged with beta on <https://developers.cloudflare.com/d1/platform/limits/> will be raise
All limits tagged with beta on https://developers.cloudflare.com/d1/platform/limits/ will be raised over time.

.dump in execute?execute --command select * from ... for each table and writing import scripts. So I'm not blocked per se ... just expected to have some way to dump the db .dump is more or less doing the same thing as the exporters. It's purely a SQLite3 shell command, rather than being available in their C API (which embedders like Workers use) so it would need the functionality written up rather than being something they can enable or use from SQLite.
The double-quoted string misfeature is now disabled by default for CLI buildsnevermind, thankfully that's gone in 3.41.0

execute --command select * from ...