A database migration tool for MySQL and PostgreSQL
FOR COMMAND LINE:
python3 mysql2pgsql.py
python3 pgsql2mysql.py
-- when we run the command , corresponding commands will be generated in the terminal
FOR GUI APP:
cd GuiApp/
sudo apt-get install python3-tk //installation of tkinter module
python3 app.py
-- we will choose PgSQL or MySQL using Radio buttons
-- dump file will be browsed with the Browse button
-- Clicking Convert button will displayed the corresponding commands in the textarea below.
-- the sql commands in textbox can be saved using Save As button.