package
0.0.0-20240816032626-971883f4c164
Repository: https://github.com/lpxxn/mygotest.git
Documentation: pkg.go.dev
# README
Note: You must run this outside of your Go module directory. This must be done
in GOPATH mode to get the correct result. If you'd like to pin the version
manually via Go modules you can attempt other installation instructions.
go get -u -t github.com/volatiletech/sqlboiler
Also install the driver of your choice, there exists psql, mysql, mssql
These are separate binaries.
go get github.com/volatiletech/sqlboiler/drivers/sqlboiler-psql
run go generate
jet -source=PostgreSQL -host=localhost -port=5432 -user=root -password=123456 -dbname=test -schema=public -path=./gen