Skip to content

Commit

Permalink
Update README.md fixing typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
stormalf authored Feb 28, 2024
1 parent 1f32c78 commit c473fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ migrate database from h2 to mysql using python and bash

It's not a tool that will do everything, it's more an example (and not the best some refactoring will be needed to have a cleaner code!)
It can help someone that wants to automate the h2 to mysql migration and doesn't know how to start or how to do it.
If it knows python it can help because the code doesn't deal with all cases and some specific errors can occur like overpassing the
If he knows python it can help because the code doesn't deal with all cases and some specific errors can occur like overpassing the
mysql column size limited to 65535 if you have many VARCHAR in your create tables, I managed here only some cases with VARCHAR(4000), VARCHAR(10000) and VARCHAR(20000).
It's not for production purpose!

Expand Down

0 comments on commit c473fe3

Please sign in to comment.