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
相关文章
相关标签/搜索