/mysql-to-proto

generate proto with MySQL

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

mysql-to-proto

Generate proto from MySQL

Usage

Install

go get -u github.com/go-sql-driver/mysql

Run

Modify the configuration in main.go, and then start the program

go run main.go

Thanks