SQLBoiler is a tool to generate a Go ORM tailored to your database schema.
Go to file
2016-02-24 15:40:07 +10:00
cmds Added all command, added output file flag 2016-02-24 15:40:07 +10:00
dbdrivers Struct generation complete, pipes to stdout 2016-02-23 18:27:32 +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 Struct generation complete, pipes to stdout 2016-02-23 18:27:32 +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"