
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
- simple cascade loading support
- optimistic locking support