bireme
bireme copied to clipboard
Support table schema change for data source
Includes:
- Add columns for table
- Modify columns data type
- Rename columns name
- Delete columns
- Rename tables
May be use ORM can solve the problems. I know sqlalchemy-migrate can implement .For example : If we want to change a column , we can get column info from maxwell ,we know which column is changed. So we can get the column model from source table model.Then copy this column model and replace the existing .