You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple tool for importing data to MySql database from sql scripts.
Usage
./mill import <sql_scripts_direction>
If you don't specify the direction, the default one is ./scripts. Then it will try
to read all the sql scripts in the direction and import them to the database.