|
1 | 1 | # xorm
|
2 | 2 |
|
3 |
| -[中文](https://github.com/go-xorm/xorm/blob/master/README_CN.md) |
| 3 | +[中文](https://gitea.com/xorm/xorm/src/branch/master/README_CN.md) |
4 | 4 |
|
5 | 5 | Xorm is a simple and powerful ORM for Go.
|
6 | 6 |
|
7 |
| -[](https://circleci.com/gh/go-xorm/xorm) [](https://codecov.io/gh/go-xorm/xorm) |
8 |
| -[](https://goreportcard.com/report/github.com/go-xorm/xorm) |
| 7 | +[](https://drone.gitea.com/xorm/xorm) [](http://gocover.io/xorm.io/xorm) |
| 8 | +[](https://goreportcard.com/report/xorm.io/xorm) |
9 | 9 | [](https://discord.gg/HuR2CF3)
|
10 | 10 |
|
11 | 11 | ## Features
|
@@ -56,13 +56,13 @@ Drivers for Go's sql package which currently support database/sql includes:
|
56 | 56 |
|
57 | 57 | ## Installation
|
58 | 58 |
|
59 |
| - go get github.com/go-xorm/xorm |
| 59 | + go get xorm.io/xorm |
60 | 60 |
|
61 | 61 | ## Documents
|
62 | 62 |
|
63 | 63 | * [Manual](http://xorm.io/docs)
|
64 | 64 |
|
65 |
| -* [GoDoc](http://godoc.org/github.com/go-xorm/xorm) |
| 65 | +* [GoDoc](http://godoc.org/xorm.io/xorm) |
66 | 66 |
|
67 | 67 | ## Quick Start
|
68 | 68 |
|
@@ -337,7 +337,7 @@ if _, err := session.Exec("delete from userinfo where username = ?", user2.Usern
|
337 | 337 | return nil
|
338 | 338 | ```
|
339 | 339 |
|
340 |
| -* Transation should on one go routine. There is transaction and resue session memory |
| 340 | +* Transation should be on one go routine. There is transaction and resue session memory |
341 | 341 |
|
342 | 342 | ```Go
|
343 | 343 | session := engine.NewSession()
|
@@ -419,7 +419,7 @@ res, err := engine.Transaction(func(session *xorm.Session) (interface{}, error)
|
419 | 419 |
|
420 | 420 | ## Contributing
|
421 | 421 |
|
422 |
| -If you want to pull request, please see [CONTRIBUTING](https://github.com/go-xorm/xorm/blob/master/CONTRIBUTING.md). And we also provide [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xorm) to discuss. |
| 422 | +If you want to pull request, please see [CONTRIBUTING](https://gitea.com/xorm/xorm/src/branch/master/CONTRIBUTING.md). And we also provide [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xorm) to discuss. |
423 | 423 |
|
424 | 424 | ## Credits
|
425 | 425 |
|
|
0 commit comments