A python script that connects to a MySQL database and converts it to a local Sqlite database file.
Find a file
Jordan Wages 73ad6547a0 Add script file.
Initial commit of the script.
2024-07-11 16:28:36 -05:00
.gitignore Initial commit 2024-07-11 16:25:18 -05:00
convert.py Add script file. 2024-07-11 16:28:36 -05:00
LICENSE Initial commit 2024-07-11 16:25:18 -05:00
README.md Initial commit 2024-07-11 16:25:18 -05:00

mysql-to-sqlite-converter

A python script that connects to a MySQL database and converts it to a local Sqlite database file.