It has three steps:
Firstly, it generates models from pg tables using sqlacodegen library and sqlalchemy technology.(Models generation)
In second step, with simple string replacing it arranges models suitable for MySQL and generates schema and tables from models.(DDL)
And finally in the last step, it moves data information from pg to mysql by selecting rows from mysql, and iterating cursor
and row by row saving information in newly created mysql tables.(DML)
-
Notifications
You must be signed in to change notification settings - Fork 2
simple tool to migrate database from PostgreSQL to MySQL
Coenni/DbConverter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
simple tool to migrate database from PostgreSQL to MySQL
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published