Fixed readme
This commit is contained in:
parent
e1e480c8e9
commit
d945bc714d
2 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
<img src="http://i.imgur.com/R5g99sO.png"/>
|
||||
|
||||
# SQLBoiler
|
||||
========
|
||||
|
||||
SQLBoiler is a tool to generate Go boilerplate code for database interactions. So far this includes struct definitions and select, delete and insert statement helper functions.
|
||||
SQLBoiler is a tool to generate Go boilerplate code for database interactions. So far this includes struct definitions and database statement helper functions.
|
||||
|
||||
### Supports
|
||||
* Postgres
|
||||
|
|
5
main.go
5
main.go
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
SQLBoiler is a tool to generate Go boilerplate code for database interactions.
|
||||
So far this includes struct definitions and database statement helper functions.
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue