|
6 | 6 | [](https://discord.gg/rWtp5Aj)
|
7 | 7 |
|
8 | 8 | > msgpack is brought to you by :star: [**uptrace/uptrace**](https://github.com/uptrace/uptrace).
|
9 |
| -> Uptrace is an open source and blazingly fast [distributed tracing tool](https://get.uptrace.dev/) |
10 |
| -> powered by OpenTelemetry and ClickHouse. Give it a star as well! |
| 9 | +> Uptrace is an open source and blazingly fast |
| 10 | +> [distributed tracing tool](https://get.uptrace.dev/compare/distributed-tracing-tools.html) powered |
| 11 | +> by OpenTelemetry and ClickHouse. Give it a star as well! |
11 | 12 |
|
12 | 13 | ## Resources
|
13 | 14 |
|
|
16 | 17 | - [Reference](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5)
|
17 | 18 | - [Examples](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#pkg-examples)
|
18 | 19 |
|
19 |
| -Other projects you may like: |
20 |
| - |
21 |
| -- [Bun](https://bun.uptrace.dev) - fast and simple SQL client for PostgreSQL, MySQL, and SQLite. |
22 |
| -- [BunRouter](https://bunrouter.uptrace.dev/) - fast and flexible HTTP router for Go. |
23 |
| - |
24 | 20 | ## Features
|
25 | 21 |
|
26 | 22 | - Primitives, arrays, maps, structs, time.Time and interface{}.
|
@@ -87,3 +83,18 @@ func ExampleMarshal() {
|
87 | 83 | // Output: bar
|
88 | 84 | }
|
89 | 85 | ```
|
| 86 | + |
| 87 | +## See also |
| 88 | + |
| 89 | +- [Golang ORM](https://github.com/uptrace/bun) for PostgreSQL, MySQL, MSSQL, and SQLite |
| 90 | +- [Golang PostgreSQL](https://bun.uptrace.dev/postgres/) |
| 91 | +- [Golang HTTP router](https://github.com/uptrace/bunrouter) |
| 92 | +- [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) |
| 93 | + |
| 94 | +## Contributors |
| 95 | + |
| 96 | +Thanks to all the people who already contributed! |
| 97 | + |
| 98 | +<a href="https://github.com/vmihailenco/msgpack/graphs/contributors"> |
| 99 | + <img src="https://contributors-img.web.app/image?repo=vmihailenco/msgpack" /> |
| 100 | +</a> |
0 commit comments