From f8b25c5f79ab3337be179f8a34a847ccbca7b149 Mon Sep 17 00:00:00 2001 From: Lz Date: Fri, 27 Dec 2024 08:44:10 +0800 Subject: [PATCH] fix(orm): added `yaitoo/sqle` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 952807fb8e9..67b3115593a 100644 --- a/README.md +++ b/README.md @@ -2122,6 +2122,7 @@ _Libraries that implement Object-Relational Mapping or datamapping techniques._ - [reform](https://github.com/go-reform/reform) - Better ORM for Go, based on non-empty interfaces and code generation. - [rel](https://github.com/go-rel/rel) - Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API. - [SQLBoiler](https://github.com/volatiletech/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema. +- [sqle](https://github.com/yaitoo/sqle) - A SQL-first/ORM-like Golang SQL package. - [upper.io/db](https://github.com/upper/db) - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers. - [XORM](https://gitea.com/xorm/xorm) - Simple and powerful ORM for Go. (Support: MySQL, MyMysql, PostgreSQL, Tidb, SQLite3, MsSql and Oracle). - [Zoom](https://github.com/albrow/zoom) - Blazing-fast datastore and querying engine built on Redis.