# README
数据库驱动列表
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
MsSql: github.com/lunny/godbc
Oracle: github.com/mattn/go-oci8
CockroachDB(Postgres): github.com/lib/pq
example运行教程
1 下载安装 GoLand(因为goland对test各种特性支持非常良好) 然后打开项目
2 设置好GoPath,用go get 命令下载GoMybatis和对应的数据库驱动
go get github.com/timandy/GoMybatis
go get github.com/go-sql-driver/mysql