1
0
mirror of https://gitea.com/xorm/manual-en-US synced 2025-10-05 16:12:40 +02:00
Lunny Xiao 9d4bf0e85c Fix link
2022-02-25 11:42:33 +08:00
2022-02-18 17:32:11 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2022-02-21 11:50:19 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2020-03-27 14:29:41 +08:00
2014-10-18 14:48:15 +08:00
2015-10-22 11:10:36 +08:00
2015-01-26 16:11:07 +08:00
2022-02-25 11:42:33 +08:00
2020-03-27 14:29:41 +08:00

Xorm is a simple and powerful ORM for Go.

Features

  • Struct <-> Table Mapping Support
  • Transaction Support
  • Both ORM and raw SQL operation Support
  • Chainable APIs
  • Support ID, In, Where, Limit, Join, OrderBy, GroupBy, Having, Table, SQL, Cols
  • Simple cascade loading support
  • Support database schemaPostgres only
  • Sync database schemas support
  • Query Cache speed up
  • Database reverse support, See xorm.io/reverse
  • Optimistic Locking support
  • Support SQL Builder via xorm.io/builder
  • Context Cache support
  • Support context logger interface

Drivers Support

Drivers for Go's sql package which currently support database/sql includes:

Installation

go get xorm.io/xorm

Documents

Discuss

Please visit Xorm on Google Groups

Contributing

If you want to pull request, please see CONTRIBUTING

LICENSE

BSD License http://creativecommons.org/licenses/BSD/

Description
Languages
Markdown 100%