sqlite3-to-mysql
sqlite3-to-mysql copied to clipboard
:sparkles: add --ignore-errors flag
Along with the --ignore-errors flag I also implemented a couple of other minor fixes. In the end it led to the fact that only 4 errors (due to bad design in the original sqlite3 database) needed to get fixed manually.
In the end I'm not 100% sure that the current code (after several revisions) is the best it could be. So I'd be happy about a critical review. In case the changes are too much, I could split this PR.
In the end I'm not 100% sure that the current code (after several revisions) is the best it could be.
That's why I made the PR into a draft for now. 🤞Take your time with this. If this repo has taught me anything it's that one ounce of prevention is worth a pound of cure. 😊
I've left a few comments. Can you please take a look at them.
Also, please add unit tests. 🙏
@CWBudde I closed this PR because it hasn't seen any activity in over 6 months. Please feel free to reopen if needed.