You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cache | 3 years ago | |
cache_gorountine | 3 years ago | |
conversion | 3 years ago | |
derive | 3 years ago | |
find | 3 years ago | |
goroutine | 3 years ago | |
mapping | 3 years ago | |
max_connect | 3 years ago | |
sync | 3 years ago | |
tables | 3 years ago | |
README.md | 3 years ago |
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.