Binary package “golang-github-go-xorm-xorm-dev” in ubuntu xenial

Simple and Powerful ORM for Go, support mysql/sqlite3/postgres/mssql/oracle

 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