Does the sqllite FTS works on D1? Also, are there any options for text search, if my data is distrib
Does the sqllite FTS works on D1? Also, are there any options for text search, if my data is distributed amongst all the D1 dbs in my account?

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.