A python script that connects to a MySQL database and converts it to a local Sqlite database file.
Find a file
2024-07-11 16:25:18 -05:00
.gitignore Initial commit 2024-07-11 16:25:18 -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.