Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,sqlite,mssql,oracle,cockroach https://xorm.io
Go to file
2017-08-26 09:38:40 +08:00
docs/images remove docs submodule (#568) 2017-04-12 22:37:57 +08:00
examples golint fix 2017-01-09 09:58:23 +08:00
migrate Add migrate package for schema versioned migrations (#549) 2017-03-25 22:10:23 +08:00
vendor remove core and builder from vendor since it will break go get 2017-03-28 08:59:37 +08:00
.gitignore don't ignore vendor folder 2017-03-26 20:31:47 +08:00
cache_lru.go add some tests for tag and cache related with #330 2017-05-27 13:50:57 +08:00
cache_memory_store.go add some tests for tag and cache related with #330 2017-05-27 13:50:57 +08:00
cache_test.go Topic/fix cache uint (#635) 2017-07-06 13:03:06 +08:00
circle.yml add mymysql tests (#656) 2017-07-25 17:51:20 +08:00
CONTRIBUTING.md resolved #380 2016-06-30 17:05:52 +08:00
convert.go bug fixed #565 2017-04-11 19:38:54 +08:00
dialect_mssql.go fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
dialect_mysql.go add comment for mysql dialect (#579) 2017-05-04 21:12:02 +08:00
dialect_oracle.go bug fixed for mssql dialect 2017-04-05 18:17:41 +08:00
dialect_postgres.go bug fixed for mssql dialect 2017-04-05 18:17:41 +08:00
dialect_sqlite3.go fix bug and add set conn max lifetime (#606) 2017-06-05 15:08:30 +08:00
doc.go move lifetime to a split file so that go1.1 is also work with this feature (#612) 2017-06-08 10:21:01 +08:00
engine_cond.go add CondDeleted method (#620) 2017-06-15 20:09:46 +08:00
engine_maxlife.go move lifetime to a split file so that go1.1 is also work with this feature (#612) 2017-06-08 10:21:01 +08:00
engine.go reduce sessions on Sync (#685) 2017-08-20 17:05:42 +08:00
error.go some golints fixed 2016-12-11 12:45:37 +08:00
gen_reserved.sh add gen_reserved.sh 2014-09-22 09:48:17 +08:00
helpers_test.go move lifetime to a split file so that go1.1 is also work with this feature (#612) 2017-06-08 10:21:01 +08:00
helpers.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
helpler_time.go fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
LICENSE copyright: added owner 2015-09-06 23:43:06 -04:00
logger.go golint fix 2017-01-09 09:56:02 +08:00
pg_reserved.txt add gen_reserved.sh 2014-09-22 09:48:17 +08:00
processors_test.go add more tests (#600) 2017-05-31 16:11:43 +08:00
processors.go some golints fixed 2016-12-11 12:45:37 +08:00
README_CN.md add new case stduygolang 2017-08-13 21:19:20 +08:00
README.md add new case stduygolang 2017-08-13 21:19:20 +08:00
rows_test.go add more tests for rows (#664) 2017-07-27 14:38:39 +08:00
rows.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_cols_test.go multiple Cols support (#653) 2017-07-24 22:09:47 +08:00
session_cols.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_cond_test.go add NotIn and more tests for tag (#665) 2017-07-27 17:48:19 +08:00
session_cond.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_convert.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_delete_test.go add more tests for Delete (#655) 2017-07-25 17:09:10 +08:00
session_delete.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_exist_test.go add Exist functions (#640) 2017-07-14 09:20:13 +08:00
session_exist.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_find_test.go add more tests (#595) 2017-05-30 20:33:30 +08:00
session_find.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_get_test.go add more error check on Get (#680) 2017-08-07 16:51:14 +08:00
session_get.go add more error check on Get (#680) 2017-08-07 16:51:14 +08:00
session_insert_test.go add more tests (#597) 2017-05-31 11:04:09 +08:00
session_insert.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_iterate_test.go more tests 2017-05-27 17:31:39 +08:00
session_iterate.go add Find ints support & split session into multiple files 2017-01-03 13:31:47 +08:00
session_pk_test.go fix bug and catch more tests (#613) 2017-06-08 19:38:52 +08:00
session_raw_test.go add more tests 2017-05-27 20:34:57 +08:00
session_raw.go fix query string bug when value is nil (#692) 2017-08-26 09:38:40 +08:00
session_schema_test.go add more tests (#602) 2017-05-31 17:19:41 +08:00
session_schema.go reduce sessions on Sync (#685) 2017-08-20 17:05:42 +08:00
session_stats_test.go improve count usage (#654) 2017-07-25 16:50:20 +08:00
session_stats.go refactor for sum methods (#663) 2017-07-27 14:13:26 +08:00
session_test.go tests for close and add IsClosed() method (#659) 2017-07-26 22:25:23 +08:00
session_tx_test.go Revert "support reuse session to transaction (#650)" (#651) 2017-07-23 09:52:08 +08:00
session_tx.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session_update_test.go fix bug on update (#676) 2017-08-05 10:46:29 +08:00
session_update.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
session.go hide all undocument variables on session (#660) 2017-07-27 13:32:35 +08:00
statement_test.go fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
statement.go fix bug on update (#676) 2017-08-05 10:46:29 +08:00
syslogger.go some golints fixed 2016-12-11 12:45:37 +08:00
tag_cache_test.go add more tests (#595) 2017-05-30 20:33:30 +08:00
tag_extends_test.go fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
tag_id_test.go fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
tag_test.go add NotIn and more tests for tag (#665) 2017-07-27 17:48:19 +08:00
tag_version_test.go add more tests (#600) 2017-05-31 16:11:43 +08:00
tag.go Add comment support on create table [mysql only currently] (#616) 2017-06-14 14:16:40 +08:00
test_mssql.sh fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
test_mymysql.sh add mymysql tests (#656) 2017-07-25 17:51:20 +08:00
test_mysql.sh add more tests (#595) 2017-05-30 20:33:30 +08:00
test_postgres.sh add more tests (#595) 2017-05-30 20:33:30 +08:00
test_sqlite.sh add more tests (#595) 2017-05-30 20:33:30 +08:00
time_test.go fix time issues and add some tests for time (#604) 2017-06-02 16:12:50 +08:00
types_null_test.go add more tests (#600) 2017-05-31 16:11:43 +08:00
types_test.go add more tests (#595) 2017-05-30 20:33:30 +08:00
types.go some gofmt & golint fixed 2017-01-09 09:52:23 +08:00
xorm_test.go add mymysql tests (#656) 2017-07-25 17:51:20 +08:00
xorm.go fix bug on new engine (#679) 2017-08-07 11:33:52 +08:00

中文

Xorm is a simple and powerful ORM for Go.

CircleCI codecov Join the chat at https://img.shields.io/discord/323460943201959939.svg

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

  • SQL Builder support via github.com/go-xorm/builder

Drivers Support

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

Changelog

  • v0.6.3

    • merge tests to main project
    • add Exist function
    • add SumInt function
    • Mysql now support read and create column comment.
    • fix time related bugs.
    • fix some other bugs.
  • v0.6.2

    • refactor tag parse methods
    • add Scan features to Get
    • add QueryString method
  • v0.6.0

    • remove support for ql
    • add query condition builder support via github.com/go-xorm/builder, so Where, And, Or methods can use builder.Cond as parameter
    • add Sum, SumInt, SumInt64 and NotIn methods
    • some bugs fixed

More changes ...

Installation

go get github.com/go-xorm/xorm

Documents

Quick Start

  • Create Engine
engine, err := xorm.NewEngine(driverName, dataSourceName)
  • Define a struct and Sync2 table struct to database
type User struct {
    Id int64
    Name string
    Salt string
    Age int
    Passwd string `xorm:"varchar(200)"`
    Created time.Time `xorm:"created"`
    Updated time.Time `xorm:"updated"`
}

err := engine.Sync2(new(User))
  • Query runs a SQL string, the returned results is []map[string][]byte, QueryString returns []map[string]string.
results, err := engine.Query("select * from user")

results, err := engine.QueryString("select * from user")
  • Execute runs a SQL string, it returns affected and error
affected, err := engine.Exec("update user set age = ? where name = ?", age, name)
  • Insert one or multiple records to database
affected, err := engine.Insert(&user)
// INSERT INTO struct () values ()
affected, err := engine.Insert(&user1, &user2)
// INSERT INTO struct1 () values ()
// INSERT INTO struct2 () values ()
affected, err := engine.Insert(&users)
// INSERT INTO struct () values (),(),()
affected, err := engine.Insert(&user1, &users)
// INSERT INTO struct1 () values ()
// INSERT INTO struct2 () values (),(),()
  • Query one record from database
has, err := engine.Get(&user)
// SELECT * FROM user LIMIT 1
has, err := engine.Where("name = ?", name).Desc("id").Get(&user)
// SELECT * FROM user WHERE name = ? ORDER BY id DESC LIMIT 1
var name string
has, err := engine.Where("id = ?", id).Cols("name").Get(&name)
// SELECT name FROM user WHERE id = ?
var id int64
has, err := engine.Where("name = ?", name).Cols("id").Get(&id)
// SELECT id FROM user WHERE name = ?
var valuesMap = make(map[string]string)
has, err := engine.Where("id = ?", id).Get(&valuesMap)
// SELECT * FROM user WHERE id = ?
var valuesSlice = make([]interface{}, len(cols))
has, err := engine.Where("id = ?", id).Cols(cols...).Get(&valuesSlice)
// SELECT col1, col2, col3 FROM user WHERE id = ?
  • Check if one record exist on table
has, err := testEngine.Exist(new(RecordExist))
// SELECT * FROM record_exist LIMIT 1
has, err = testEngine.Exist(&RecordExist{
		Name: "test1",
	})
// SELECT * FROM record_exist WHERE name = ? LIMIT 1
has, err = testEngine.Where("name = ?", "test1").Exist(&RecordExist{})
// SELECT * FROM record_exist WHERE name = ? LIMIT 1
has, err = testEngine.SQL("select * from record_exist where name = ?", "test1").Exist()
// select * from record_exist where name = ?
has, err = testEngine.Table("record_exist").Exist()
// SELECT * FROM record_exist LIMIT 1
has, err = testEngine.Table("record_exist").Where("name = ?", "test1").Exist()
// SELECT * FROM record_exist WHERE name = ? LIMIT 1
  • Query multiple records from database, also you can use join and extends
var users []User
err := engine.Where("name = ?", name).And("age > 10").Limit(10, 0).Find(&users)
// SELECT * FROM user WHERE name = ? AND age > 10 limit 0 offset 10

type Detail struct {
    Id int64
    UserId int64 `xorm:"index"`
}

type UserDetail struct {
    User `xorm:"extends"`
    Detail `xorm:"extends"`
}

var users []UserDetail
err := engine.Table("user").Select("user.*, detail.*")
    Join("INNER", "detail", "detail.user_id = user.id").
    Where("user.name = ?", name).Limit(10, 0).
    Find(&users)
// SELECT user.*, detail.* FROM user INNER JOIN detail WHERE user.name = ? limit 0 offset 10
  • Query multiple records and record by record handle, there are two methods Iterate and Rows
err := engine.Iterate(&User{Name:name}, func(idx int, bean interface{}) error {
    user := bean.(*User)
    return nil
})
// SELECT * FROM user

rows, err := engine.Rows(&User{Name:name})
// SELECT * FROM user
defer rows.Close()
bean := new(Struct)
for rows.Next() {
    err = rows.Scan(bean)
}
  • Update one or more records, default will update non-empty and non-zero fields except when you use Cols, AllCols and so on.
affected, err := engine.Id(1).Update(&user)
// UPDATE user SET ... Where id = ?

affected, err := engine.Update(&user, &User{Name:name})
// UPDATE user SET ... Where name = ?

var ids = []int64{1, 2, 3}
affected, err := engine.In("id", ids).Update(&user)
// UPDATE user SET ... Where id IN (?, ?, ?)

// force update indicated columns by Cols
affected, err := engine.Id(1).Cols("age").Update(&User{Name:name, Age: 12})
// UPDATE user SET age = ?, updated=? Where id = ?

// force NOT update indicated columns by Omit
affected, err := engine.Id(1).Omit("name").Update(&User{Name:name, Age: 12})
// UPDATE user SET age = ?, updated=? Where id = ?

affected, err := engine.Id(1).AllCols().Update(&user)
// UPDATE user SET name=?,age=?,salt=?,passwd=?,updated=? Where id = ?
  • Delete one or more records, Delete MUST have condition
affected, err := engine.Where(...).Delete(&user)
// DELETE FROM user Where ...
affected, err := engine.Id(2).Delete(&user)
  • Count records
counts, err := engine.Count(&user)
// SELECT count(*) AS total FROM user
  • Query conditions builder
err := engine.Where(builder.NotIn("a", 1, 2).And(builder.In("b", "c", "d", "e"))).Find(&users)
// SELECT id, name ... FROM user WHERE a NOT IN (?, ?) AND b IN (?, ?, ?)

Cases

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/