SQLBoiler is a tool to generate a Go ORM tailored to your database schema.
cmds | ||
dbdrivers | ||
templates | ||
.gitignore | ||
LICENSE | ||
main.go | ||
README.md |
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"