From 99c79f7041fc2c46537ea873c0c44c210e8b2f9b Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 5 Apr 2022 10:06:50 +0300 Subject: [PATCH] chore: update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 510701c7..fad843fb 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ - [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) -Other projects you may like: - -- [Golang ORM](https://bun.uptrace.dev) - Lightweight Golang ORM for PostgreSQL, MySQL, MSSQL, and - SQLite. SQLite. -- [Golang HTTP router](https://bunrouter.uptrace.dev/) - fast and flexible HTTP router for Go. - ## Ecosystem - [Redis Mock](https://github.com/go-redis/redismock) @@ -170,6 +164,13 @@ Lastly, run: go test ``` +## See also + +- [Golang ORM](https://bun.uptrace.dev) for PostgreSQL, MySQL, MSSQL, and SQLite +- [Golang PostgreSQL](https://bun.uptrace.dev/postgres/) +- [Golang HTTP router](https://bunrouter.uptrace.dev/) +- [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) + ## Contributors Thanks to all the people who already contributed!