sqlboiler/README.md
Patrick O'brien b43f9c63d8 Struct generation complete, pipes to stdout
* Database driver config & flag complete
* Table flag complete, will use all tables if non specified
2016-02-23 18:27:32 +10:00

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"