Fixed readme

This commit is contained in:
Patrick O'brien 2016-02-24 20:56:15 +10:00
parent e1e480c8e9
commit d945bc714d
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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 (