Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zcyc/mysql-to-proto
- Owner: zcyc
- License: agpl-3.0
- Created: 2022-10-27T13:03:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:21:50.000Z (about 1 year ago)
- Last Synced: 2024-06-21T20:06:41.760Z (7 months ago)
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)