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:
parent
4fe9c4ddcd
commit
f2528fcf79
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user