migrate create -ext sql -dir database/migration -seq init
# Go 1.16 and above:
go install github.com/volatiletech/sqlboiler/v4@latest
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest
Example how to do optimistic and pessimistic lock
Repository from Github https://github.comb5710546232/sample-optimistic-pessimistic-lock
migrate create -ext sql -dir database/migration -seq init
# Go 1.16 and above:
go install github.com/volatiletech/sqlboiler/v4@latest
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest
Example how to do optimistic and pessimistic lock