b43f9c63d8
* Database driver config & flag complete * Table flag complete, will use all tables if non specified
252 B
252 B
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"