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)
Coenni/DbConverter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|