1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 05:00:54 +00:00

minor clean up

This commit is contained in:
ZhengYang 2014-08-21 10:54:21 +08:00
parent 4fe9c4ddcd
commit f2528fcf79

View File

@ -219,9 +219,7 @@ func generateAppcode(driver, connStr, level, tables, currpath string) {
}
switch driver {
case "mysql":
fmt.Println("MySQL")
case "postgres":
fmt.Println("PostgreSQL")
case "sqlite":
ColorLog("[ERRO] Generating app code from SQLite database is not supported yet.\n")
os.Exit(2)