Golang 学习之三 beego详细分析

beego  详细脱坑教程

https://blog.csdn.net/yang731227/article/category/7994348


Golang 之数据库xorm ,数据库驱动

Drivers Support

Drivers for Go's sql package which currently support database/sql includes:

Mysql: github.com/go-sql-driver/mysql

MyMysql: github.com/ziutek/mymysql/godrv

Postgres: github.com/lib/pq

Tidb: github.com/pingcap/tidb

SQLite: github.com/mattn/go-sqlite3

MsSql: github.com/denisenkom/go-mssqldb

Oracle: github.com/mattn/go-oci8 (experiment)



https://github.com/go-xorm/xorm

你可能感兴趣的:(Golang 学习之三 beego详细分析)