English manual of xorm
Go to file
2020-03-19 12:55:07 +08:00
chapter-01 change github.com/go-xorm/xorm to xorm.io/xorm in code examples 2020-03-19 12:55:07 +08:00
chapter-02 Update go get URL and Tags 2019-10-15 16:53:55 +08:00
chapter-03 rename dirs 2014-10-18 12:30:15 +08:00
chapter-04 some improvements 2017-06-15 22:48:43 +08:00
chapter-05 Fix ch5.5 typo 2018-08-14 02:41:19 +09:00
chapter-06 Update README.md 2019-10-23 15:18:11 +02:00
chapter-07 Delete returns two values 2019-09-27 16:22:39 +03:00
chapter-08 rename dirs 2014-10-18 12:30:15 +08:00
chapter-09 rename dirs 2014-10-18 12:30:15 +08:00
chapter-10 init 2014-10-18 12:26:51 +08:00
chapter-11 Fix image link 2017-06-12 01:03:44 +02:00
chapter-12 improved events 2016-02-14 18:57:34 +08:00
chapter-13 added time location 2015-12-08 19:32:09 +08:00
chapter-14 change github.com/go-xorm/xorm to xorm.io/xorm in code examples 2020-03-19 12:55:07 +08:00
chapter-15 add events 2015-02-05 14:51:55 +08:00
chapter-16 update history 2018-04-11 17:15:26 +08:00
.gitignore add ignore 2014-10-18 14:48:15 +08:00
book.json added cover 2015-10-22 11:10:36 +08:00
cover.jpg add cover 2015-01-26 16:11:07 +08:00
README.md change github.com/go-xorm/xorm to xorm.io/xorm in code examples 2020-03-19 12:55:07 +08:00
SUMMARY.md Update SUMMARY.md 2019-10-23 15:20:38 +02:00

Xorm is a simple and powerful ORM for Go.

Features

  • Struct <-> Table Mapping Support

  • Chainable APIs

  • Transaction Support

  • Both ORM and raw SQL operation Support

  • Sync database schema Support

  • Query Cache speed up

  • Database Reverse support, See Xorm Tool README

  • Simple cascade loading support

  • Optimistic Locking support

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/