From 49ebb571bca88c353329f75b090518431b3d2fad Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 5 Apr 2022 09:35:55 +0300 Subject: [PATCH] chore: update link --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdec3cf9..b735e071 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ go-pg is in a maintenance mode and only critical issues are addressed. New devel [**Bun**](https://bun.uptrace.dev/guide/pg-migration.html) repo which offers similar functionality but works with PostgreSQL, MySQL, MariaDB, and SQLite. -## [https://github.com/uptrace/bun](https://github.com/uptrace/bun) +## [Golang ORM](https://github.com/uptrace/bun) --- @@ -239,6 +239,8 @@ func createSchema(db *pg.DB) error { ## See also -- [Fast and flexible HTTP router](https://github.com/vmihailenco/treemux) +- [Golang PostgreSQL](https://bun.uptrace.dev/postgres/) +- [Golang HTTP router](https://github.com/uptrace/bunrouter) +- [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) - [Golang msgpack](https://github.com/vmihailenco/msgpack) -- [Golang message task queue](https://github.com/vmihailenco/taskq) +- [Distributed tracing tools](https://get.uptrace.dev/compare/distributed-tracing-tools.html)