add go-blog example

This commit is contained in:
Lunny Xiao 2014-10-28 10:37:37 +08:00
parent d0bb06a8cb
commit 86459c8421
2 changed files with 2 additions and 53 deletions

View File

@ -55,32 +55,6 @@ Drivers for Go's sql package which currently support database/sql includes:
* Prepared statement cache * Prepared statement cache
* Add Incr API * Add Incr API
* Specify Timezone Location * Specify Timezone Location
* **v0.3.2**
Improvements:
* Add AllCols & MustCols function
* Add TableName for custom table name
Bug Fixes:
* #46
* #51
* #53
* #89
* #86
* #92
* **v0.3.1**
Features:
* Support MSSQL DB via ODBC driver ([github.com/lunny/godbc](https://github.com/lunny/godbc));
* Composite Key, using multiple pk xorm tag
* Added Row() API as alternative to Iterate() API for traversing result set, provide similar usages to sql.Rows type
* ORM struct allowed declaration of pointer builtin type as members to allow null DB fields
* Before and After Event processors
Improvements:
* Allowed int/int32/int64/uint/uint32/uint64/string as Primary Key type
* Performance improvement for Get()/Find()/Iterate()
[More changelogs ...](http://xorm.io/docs/intro/change_log.md) [More changelogs ...](http://xorm.io/docs/intro/change_log.md)
@ -122,6 +96,7 @@ Or
* [GoBBS - gobbs.domolo.com](http://gobbs.domolo.com/) * [GoBBS - gobbs.domolo.com](http://gobbs.domolo.com/)
* [go-blog](http://wangcheng.me) - [github.com/easykoo/go-blog](https://github.com/easykoo/go-blog)
# Discuss # Discuss

View File

@ -54,33 +54,6 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
* Prepared statement 缓存 * Prepared statement 缓存
* 添加 Incr API * 添加 Incr API
* 指定时区位置 * 指定时区位置
* **v0.3.2**
新特性:
* Add AllCols & MustCols function
* Add TableName for custom table name
Bug 修复:
* #46
* #51
* #53
* #89
* #86
* #92
* **v0.3.1**
新特性:
* 支持 MSSQL DB 通过 ODBC 驱动 ([github.com/lunny/godbc](https://github.com/lunny/godbc));
* 通过多个pk标记支持联合主键;
* 新增 Rows() API 用来遍历查询结果该函数提供了类似sql.Rows的相似用法可作为 Iterate() API 的可选替代;
* ORM 结构体现在允许内建类型的指针作为成员使得数据库为null成为可能
* Before 和 After 支持
改进:
* 允许 int/int32/int64/uint/uint32/uint64/string 作为主键类型
* 查询函数 Get()/Find()/Iterate() 在性能上的改进
[更多更新日志...](http://xorm.io/docs/intro/change_log.md) [更多更新日志...](http://xorm.io/docs/intro/change_log.md)
@ -121,6 +94,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
* [GoBBS - gobbs.domolo.com](http://gobbs.domolo.com/) * [GoBBS - gobbs.domolo.com](http://gobbs.domolo.com/)
* [go-blog](http://wangcheng.me) - [github.com/easykoo/go-blog](https://github.com/easykoo/go-blog)
## 讨论 ## 讨论