xorm/examples
Sergey Kurt d01576b909 Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
..
README.md bug fixed 2016-03-16 23:05:25 +08:00
cache.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
cachegoroutine.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
conversion.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
derive.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
find.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
goroutine.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
maxconnect.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
singlemapping.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
sync.go Update to latest master go-xorm/xorm 2017-01-23 13:40:29 +03:00
tables.go bug fixed 2016-03-16 23:05:25 +08:00

README.md

Xorm Examples

Notice: all the examples will ask you install extra package github.com/mattn/go-sqlite3, since it depends on cgo. You have to compile it after you install a c++ compile. Please see github.com/mattn/go-sqlite3.

And then, you can run the examples via go run xxx.go. Every go file is a standalone example.