Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 579 Bytes

ReadMe.md

File metadata and controls

18 lines (12 loc) · 579 Bytes

MySQL Importer Template

A template for an application importing data into MySQL database.

This application is not automated. The configuration is hard-coded.
That is why, this is not a tool, but a template for a tool instead.

Why ?

The built-in tools for MySQL do not work properly.

Example #1.
MySQL Workbench shows random numbers of rows in a table when the table is completely static.

Example #2.
MySQL Shell hangs infinitely during script execution, while this tiny tool written in Go language executes the script in several seconds.