# sqlboiler SQL Boiler generates boilerplate structs and statements Create a file named config.toml in the root sqlboiler directory. An example config: [postgres] host="localhost" port=5432 user="username" pass="password" dbname="database"