Convert Sleep Cycle Exported data into MySQL data. This tool is for myself, and if you want to use it, be careful when using.
- Install golang and MySQL
- Install this repository
- Create database with
sql/createtable.sql
- Edit
main.go
. Change database connection information. - Execute script with
go run main.go filename
.
You set target file as first argument.
- MIT