SQLBoiler is a tool to generate a Go ORM tailored to your database schema.
Find a file
Patrick O'brien 35380d6634 Added comments to all oustanding files
* Deleted unused test files
2016-02-24 19:17:58 +10:00
cmds Removed unused test files, added comments to cmds 2016-02-24 18:53:34 +10:00
dbdrivers Added comments to all oustanding files 2016-02-24 19:17:58 +10:00
templates Finished delete command 2016-02-23 22:51:49 +10:00
.gitignore Added binary to gitignore 2016-02-23 18:29:48 +10:00
LICENSE Initial commit 2016-02-21 16:18:25 +10:00
main.go Added comments to all oustanding files 2016-02-24 19:17:58 +10:00
README.md Struct generation complete, pipes to stdout 2016-02-23 18:27:32 +10:00

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"