Lenster wrote:
The .dump command in the sqlite shell will dump your entire database as standard SQL statements that you can execute to recreate the database using some other database engine.I would like to know whether - at some point in the future should it be necessary - I could convert my entire SQLite databases including tables etc to another RDMS such as MySQL? Is this straightforward or convoluted?
HTH Dennis Cote