Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

go-xorm/manual-en-US

Repository files navigation

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/

About

Xorm manual English version via Gitbook formats, moved to https://gitea.com/xorm/manual-en-US

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published