- 28 Jan, 2014 1 commit
-
-
cloudaice authored
-
- 26 Jan, 2014 1 commit
-
-
slene authored
orm 1. add api: NewOrmWithDB, AddAliasWthDB; 2. RawSeter -> add api: RowsToMap, RowsToStruct; 3. RawSeter -> change api: Values, ValuesList, ValuesFlat add optional params comumns.
-
- 25 Jan, 2014 1 commit
-
-
slene authored
Add a ReadOrCreate method:
-
- 22 Jan, 2014 2 commits
-
-
Kyle McCullough authored
m := &User{Name: "Kyle"} // Returns a boolean indicating whether the object was created, // the primary key of the object, or an error. created, id, err := orm.ReadOrCreate(m, "Name")
-
astaxie authored
diffrent level logs display diffrent color
-
- 21 Jan, 2014 1 commit
-
-
cloudaice authored
-
- 18 Jan, 2014 1 commit
-
-
astaxie authored
add comments for orm and middleware packages.
-
- 17 Jan, 2014 6 commits
- 16 Jan, 2014 3 commits
- 15 Jan, 2014 2 commits
- 14 Jan, 2014 2 commits
- 11 Jan, 2014 4 commits
- 10 Jan, 2014 4 commits
-
-
Pengfei Xue authored
-
Pengfei Xue authored
-
slene authored
-
sol lu authored
-
- 09 Jan, 2014 4 commits
-
-
astaxie authored
-
astaxie authored
support redis cache auto connection
-
Pengfei Xue authored
-
Pengfei Xue authored
* this will support auto-connection
-
- 08 Jan, 2014 4 commits
- 06 Jan, 2014 1 commit
-
-
slene authored
-
- 05 Jan, 2014 3 commits