Is it possible to export or dump a MySQL database that can be easily imported into SQLite? The export would be initiated by the logged in user of the application so a command line script probably wouldn't be feasible here. Any suggestions or gems that can achieve this?
Thanks!