diff options
| author | 2023-01-22 12:26:47 +0100 | |
|---|---|---|
| committer | 2023-01-22 12:26:47 +0100 | |
| commit | 0ceacd7b1d0b03e3da1d552aa0bbbe7037e57e90 (patch) | |
| tree | 106bd6f80fe5466522b37b5778ebc7c4fd6ab728 /vendor/github.com/uptrace/bun/README.md | |
| parent | [chore] Add name to instance field for autosuggestion (#1359) (diff) | |
| download | gotosocial-0ceacd7b1d0b03e3da1d552aa0bbbe7037e57e90.tar.xz | |
[chore] bump db dependencies (#1366)
Diffstat (limited to 'vendor/github.com/uptrace/bun/README.md')
| -rw-r--r-- | vendor/github.com/uptrace/bun/README.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/vendor/github.com/uptrace/bun/README.md b/vendor/github.com/uptrace/bun/README.md index dd2c13633..07a01aa61 100644 --- a/vendor/github.com/uptrace/bun/README.md +++ b/vendor/github.com/uptrace/bun/README.md @@ -28,7 +28,7 @@ - [Migrations](https://bun.uptrace.dev/guide/migrations.html). - [Soft deletes](https://bun.uptrace.dev/guide/soft-deletes.html). -Resources: +### Resources - [**Get started**](https://bun.uptrace.dev/guide/golang-orm.html) - [Examples](https://github.com/uptrace/bun/tree/master/example) @@ -37,7 +37,11 @@ Resources: - [Reference](https://pkg.go.dev/github.com/uptrace/bun) - [Starter kit](https://github.com/go-bun/bun-starter-kit) -Featured projects using Bun: +### Tutorials + +Wrote a tutorial for Bun? Create a PR to add here and on [Bun](https://bun.uptrace.dev/) site. + +### Featured projects using Bun - [uptrace](https://github.com/uptrace/uptrace) - Distributed tracing and metrics. - [paralus](https://github.com/paralus/paralus) - All-in-one Kubernetes access manager. @@ -129,9 +133,11 @@ See [**Getting started**](https://bun.uptrace.dev/guide/golang-orm.html) guide a - [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) - [Golang msgpack](https://github.com/vmihailenco/msgpack) -## Contributors +## Contributing + +See [CONTRIBUTING.md](CONTRIBUTING.md) for some hints. -Thanks to all the people who already contributed! +And thanks to all the people who already contributed! <a href="https://github.com/uptrace/bun/graphs/contributors"> <img src="https://contributors-img.web.app/image?repo=uptrace/bun" /> |
