Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zcyc/mysql-to-proto

generate proto with MySQL
https://github.com/zcyc/mysql-to-proto

Last synced: about 2 months ago
JSON representation

generate proto with MySQL

Awesome Lists containing this project

README

        

# mysql-to-proto

Generate proto from MySQL

## Usage

### Install

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

### Run

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

```bash
go run main.go
```

## Thanks

- [mysql-to-proto](https://github.com/guyan0319/mysql-to-proto)