xorm/examples
Lunny Xiao 22aef2cd32
All checks were successful
continuous-integration/drone/push Build is passing
Add makefile (#1531)
Fix drone

Fix ci

Add deps

Improve drone

Fix envs

Add makefile

Reviewed-on: #1531
2020-02-21 01:38:47 +00:00
..
cache Add makefile (#1531) 2020-02-21 01:38:47 +00:00
cache_gorountine Add makefile (#1531) 2020-02-21 01:38:47 +00:00
conversion Add makefile (#1531) 2020-02-21 01:38:47 +00:00
derive Add makefile (#1531) 2020-02-21 01:38:47 +00:00
find Add makefile (#1531) 2020-02-21 01:38:47 +00:00
goroutine Add makefile (#1531) 2020-02-21 01:38:47 +00:00
mapping Add makefile (#1531) 2020-02-21 01:38:47 +00:00
max_connect Add makefile (#1531) 2020-02-21 01:38:47 +00:00
sync Add makefile (#1531) 2020-02-21 01:38:47 +00:00
tables Add makefile (#1531) 2020-02-21 01:38:47 +00:00
README.md bug fixed 2016-03-16 23:05:25 +08:00

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.