diff options
Diffstat (limited to 'vendor/github.com/uptrace/bun/README.md')
-rw-r--r-- | vendor/github.com/uptrace/bun/README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vendor/github.com/uptrace/bun/README.md b/vendor/github.com/uptrace/bun/README.md index 434cf6124..9a8ed46c2 100644 --- a/vendor/github.com/uptrace/bun/README.md +++ b/vendor/github.com/uptrace/bun/README.md @@ -12,7 +12,7 @@ [](https://discord.gg/rWtp5Aj) **Status**: API freeze (stable release). Note that all sub-packages (mainly extra/\* packages) are -not part of the API freeze and are developed independently. You can think of them as 3-rd party +not part of the API freeze and are developed independently. You can think of them as of 3rd party packages that share one repo with the core. Main features are: @@ -32,11 +32,15 @@ Resources: - To ask questions, join [Discord](https://discord.gg/rWtp5Aj) or use [Discussions](https://github.com/uptrace/bun/discussions). -- [Newsletter](https://blog.uptrace.dev/newsletter/) to get latest updates. +- [Newsletter](https://blog.uptrace.dev/pages/newsletter.html) to get latest updates. - [Examples](https://github.com/uptrace/bun/tree/master/example) - [Documentation](https://bun.uptrace.dev/) - [Reference](https://pkg.go.dev/github.com/uptrace/bun) - [Starter kit](https://github.com/go-bun/bun-starter-kit) + +Projects using Bun: + +- [gotosocial](https://github.com/superseriousbusiness/gotosocial) - Golang fediverse server. - [RealWorld app](https://github.com/go-bun/bun-realworld-app) <details> |