Skip to content

Commit

Permalink
chore: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Apr 5, 2022
1 parent 51b8018 commit 8925177
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down Expand Up @@ -239,6 +239,8 @@ func createSchema(db *pg.DB) error {

## See also

- [Fast and flexible HTTP router](https://github.com/vmihailenco/treemux)
- [Golang HTTP router](https://github.com/uptrace/bunrouter) - fast and flexible HTTP router for Go.
- [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) - ClickHouse client and ORM for
Go.
- [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)

0 comments on commit 8925177

Please sign in to comment.