Hey 👋 Any ETA for D1 going out of beta?
Hey
Any ETA for D1 going out of beta?
This is a beta-only limitation. The maximum storage per-database, storage per-account and number of databases will automatically increase for paid plans during the course of D1’s public beta.

.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
.dump.dumpexecute --command select * from ...