Forums

Flask SQlite Data to Mysql

How do i copy all tables and data from my current sqlite database to Mysql db. is there an easy way.

In Django there is dumpdata and loaddata. There must be equivalents in other ORMs.