beego框架MySQL入門示例

package main import "github.com/astaxie/beego/orm" import _ "github.com/go-sql-driver/mysql" type Sstus struct { Id int Name string } func init() { orm.RegisterDriver("mysql", orm.DRMy
相關文章
相關標籤/搜索