Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 340 Bytes

Readme.md

File metadata and controls

12 lines (9 loc) · 340 Bytes

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.

TODO:

  • Support more database types.