Skip to content

Commit

Permalink
added contributor section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cooper committed Jan 18, 2014
1 parent b85774b commit b6083a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -627,6 +627,18 @@ locally to test the library.

gorp uses reflection to construct SQL queries and bind parameters. See the BenchmarkNativeCrud vs BenchmarkGorpCrud in gorp_test.go for a simple perf test. On my MacBook Pro gorp is about 2-3% slower than hand written SQL.

## Pull requests / Contributions

Contributions are very welcome. Please follow these guidelines:

* Fork the `develop` branch and issue pull requests targeting the `develop` branch
* If you don't do this, I'll likely cherry pick your commit into develop
* If you are adding an enhancement, please open an issue first with your proposed change.
* Changes that break backwards compatibility in the public API are only accepted after we
discuss on a GitHub issue for a while.

Thanks!

## Contributors

* matthias-margush - column aliasing via tags
Expand Down

0 comments on commit b6083a5

Please sign in to comment.