Add Bun to readme

This commit is contained in:
Vladimir Mihailenco 2021-06-21 09:44:42 +03:00
parent 43ec1464d9
commit 526725c5f8
1 changed files with 3 additions and 5 deletions

View File

@ -17,6 +17,9 @@
- [Examples](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#pkg-examples) - [Examples](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#pkg-examples)
- [RealWorld example app](https://github.com/uptrace/go-treemux-realworld-example-app) - [RealWorld example app](https://github.com/uptrace/go-treemux-realworld-example-app)
> :heart: Please check [Bun](https://bun.uptrace.dev) - fast and simple SQL client for PostgreSQL,
> MySQL, and SQLite.
## Ecosystem ## Ecosystem
- [Redis Mock](https://github.com/go-redis/redismock). - [Redis Mock](https://github.com/go-redis/redismock).
@ -160,8 +163,3 @@ Lastly, run:
``` ```
go test go test
``` ```
## See also
- [Fast and flexible ORM](https://github.com/uptrace/bun)
- [msgpack for Go](https://github.com/vmihailenco/msgpack)