- Session authentication with postgres using cookie (not JWT)
brew install golang-migrate
go install github.com/cespare/reflex@latest
go install github.com/volatiletech/sqlboiler/v4@latest
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest
make postgres
make resetdb
make devw
migrate create -ext sql --dir db/migrations -seq NAME