SQLBoiler is a tool to generate a Go ORM tailored to your database schema.
b43f9c63d8
* Database driver config & flag complete * Table flag complete, will use all tables if non specified |
||
---|---|---|
cmds | ||
dbdrivers | ||
templates | ||
.gitignore | ||
LICENSE | ||
main.go | ||
README.md | ||
sqlboiler |
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"