From 536ff7b823ca60581da34dcb4a3aa0c554a3f912 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 22 Sep 2020 01:35:23 +0200 Subject: [PATCH] Update XORM: link & description (#3253) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c01c16..c92be324 100644 --- a/README.md +++ b/README.md @@ -1429,7 +1429,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [rel](https://github.com/Fs02/rel) - Golang SQL Repository Layer for Clean (Onion) Architecture. * [SQLBoiler](https://github.com/volatiletech/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema. * [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://github.com/go-xorm/xorm) - Simple and powerful ORM for Go. +* [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. ## Package Management