I can .dump
a sqlite3 database but the dump file is formatted to Microsoft Access and SQL Server specifications - even has square brackets around reserved words, e.g. ... [Username] ...
.
What I need is a standard SQL export but I can't spot how to do this.
The eventual intended target is MySQL.