sudo pacman -Syu
cf9a9d7e66
support varchar, bigint, int, timestamp |
||
---|---|---|
cmd/populatedb | ||
internal | ||
.gitignore | ||
.golangci.yml | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum |
README.md
populatedb
Install
go install github.com/haunt98/populatedb-go/cmd/populatedb@latest
Run
Example:
populatedb g --dialect "mysql" --url "root:@tcp(localhost:4000)/production" --table "production_2022" --number 10000000