Categorygithub.com/leaderseek/sqlboiler
module
0.0.2
Repository: https://github.com/leaderseek/sqlboiler.git
Documentation: pkg.go.dev

# README

sqlboiler

Contains the SQL schema definition and associated boilerplate compiled for Go.

Setup DB

  • Run docker compose up
  • Run psql -d postgres -U user1 -a -f .\sql\schema.sql
  • Enter password: pass1

Setup SQLBoiler

  • Run go install github.com/volatiletech/sqlboiler/v4@latest.
  • Run go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@latest.
  • Check .\sqlboiler.toml matches with your database. See here for help.

Update Schema

# Packages

No description provided by the author