Hi, I am developping a software in C# using System.Data.SQLite to communicate with a SQLite database.. Well, I want to export this SQLite database so as to be able to build it again later in a MySQL database. Is there a way to do that? Exporting a database to SQL code? Do you know libraries which could...