Skip to content

Commit 33a26fc

Browse files
committed
DOCUMENTATION: update readme to mention gocraft
1 parent 70e719a commit 33a26fc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,15 @@ if err != nil {
323323
fmt.Println(query) // SELECT * FROM suggestions WHERE (subdomain_id = 1)
324324
```
325325

326-
## Contributing
327-
We gladly accept contributions. We want to keep dbr pretty light but I certainly don't mind discussing any changes or additions. Feel free to open an issue if you'd like to discus a potential change.
326+
## gocraft
327+
328+
gocraft offers a toolkit for building web apps. Currently these packages are available:
329+
330+
* [gocraft/web](https://github.com/gocraft/web) - Go Router + Middleware. Your Contexts.
331+
* [gocraft/dbr](https://github.com/gocraft/dbr) - Additions to Go's database/sql for super fast performance and convenience.
332+
* [gocraft/health](https://github.com/gocraft/health) - Instrument your web apps with logging and metrics.
333+
334+
These packages were developed by the [engineering team](https://eng.uservoice.com) at [UserVoice](https://www.uservoice.com) and currently power much of its infrastructure and tech stack.
328335

329336
## Thanks & Authors
330337
Inspiration from these excellent libraries:
@@ -334,3 +341,4 @@ Inspiration from these excellent libraries:
334341
Authors:
335342
* Jonathan Novak -- [https://github.com/cypriss](https://github.com/cypriss)
336343
* Tyler Smith -- [https://github.com/tyler-smith](https://github.com/tyler-smith)
344+
* Sponsored by [UserVoice](https://eng.uservoice.com)

0 commit comments

Comments
 (0)