Skip to content

Commit

Permalink
Add link to project page
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbio committed Sep 11, 2016
1 parent d5eb79a commit a1f9141
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1051,11 +1051,16 @@ The generated models might import a couple of packages that are not on your syst
`cd` into your generated models directory and type `go get -u -t` to fetch them. You will only need
to run this command once, not per generation.

#### Where is the homepage?

The homepage for the [SQLBoiler](https://github.com/vattle/sqlboiler)
[Golang ORM](https://github.com/vattle/sqlboiler) generator is located at: https://github.com/vattle/sqlboiler

## Benchmarks

If you'd like to run the benchmarks yourself check out our [boilbench](https://github.com/vattle/boilbench) repo.

Here are the results **(lower is better)**:
Here are the results (lower is better):

`go test -bench . -benchmem`
```
Expand Down

0 comments on commit a1f9141

Please sign in to comment.