From 99d711f4dc5af2845a48aa8f08d5d692d8478bef Mon Sep 17 00:00:00 2001 From: Fl0w Date: Wed, 24 Aug 2022 09:05:06 +0200 Subject: [PATCH] replaced go-pg with bun (#4395) Co-authored-by: Florian Glock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3add369..2878a201 100644 --- a/README.md +++ b/README.md @@ -1913,10 +1913,10 @@ _Libraries for using OpenGL in Go._ _Libraries that implement Object-Relational Mapping or datamapping techniques._ +- [bun](https://github.com/uptrace/bun) - SQL-first Golang ORM. Successor of go-pg. - [cacheme](https://github.com/Yiling-J/cacheme-go) - Schema based, typed Redis caching/memoize framework for Go. - [ent](https://github.com/facebook/ent) - An entity framework for Go. Simple, yet powerful ORM for modeling and querying data. - [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore. -- [go-pg](https://github.com/go-pg/pg) - PostgreSQL ORM with focus on PostgreSQL specific features and performance. - [go-queryset](https://github.com/jirfag/go-queryset) - 100% type-safe ORM with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support based on GORM. - [go-sql](https://github.com/rushteam/gosql) - A easy ORM for mysql. - [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - A flexible and powerful SQL string builder library plus a zero-config ORM.