Lenster wrote:

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?

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.

HTH
Dennis Cote

Reply via email to