Skip to content

joysontelem/mysqlpgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysqlpgsql

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.

About

A database migration tool for MySQL and PostgreSQL. MySQL to PostgreSQL , PostgreSQL to MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages