mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +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 {
|
switch driver {
|
||||||
case "mysql":
|
case "mysql":
|
||||||
fmt.Println("MySQL")
|
|
||||||
case "postgres":
|
case "postgres":
|
||||||
fmt.Println("PostgreSQL")
|
|
||||||
case "sqlite":
|
case "sqlite":
|
||||||
ColorLog("[ERRO] Generating app code from SQLite database is not supported yet.\n")
|
ColorLog("[ERRO] Generating app code from SQLite database is not supported yet.\n")
|
||||||
os.Exit(2)
|
os.Exit(2)
|
||||||
|
Loading…
Reference in New Issue
Block a user