Forums

Switch from mysql to sqlite

I have been using mysql database for my flask application, the database is populated. I want to switch to sqlite without losing populated data in the mysql database. Any solutions?

Have a look at this StackOverflow question for some options.