项目作者: pyohei

项目描述 :
Convert sleep cycle exported file into MySQL.⏰
高级语言: Go
项目地址: git://github.com/pyohei/sleep-cycle-result-converter.git
创建时间: 2015-05-16T06:28:24Z
项目社区:https://github.com/pyohei/sleep-cycle-result-converter

开源协议:MIT License

下载


Sleep Cycle data converter

Convert Sleep Cycle Exported data into MySQL data.
This tool is for myself, and if you want to use it, be careful when using.

Usage

  1. Install golang and MySQL
  2. Install this repository
  3. Create database with sql/createtable.sql
  4. Edit main.go. Change database connection information.
  5. Execute script with go run main.go filename.
    You set target file as first argument.

Licence

  • MIT