Skip to content

starfishs/sql2struct

Repository files navigation

Build Status Go Report Card GoDoc codecov License

sql2struct

mysql/postgresql database to golang struct for gorm model

install

go install github.com/starfishs/sql2struct@latest

usage

sql2struct --dsn="mysql://root:123456@tcp(localhost:3306)/test?charset=utf8mb4"

docker

docker run  -v /path/to/store:/workspace -w /workspace  starfishsfive/sql2struct:v1.0.0 --dsn="postgresql://root:123456@localhost:5432/test?sslmode=disable"

support

  • mysql
  • postgreSQL

Contributors

starfishs
Starfish
miajio
Snaro Chris Xiao
calabashbrother
Null