MySQL execution and scan support.
This commit is contained in:
parent
5dda5e1e11
commit
bffa102849
34 changed files with 48216 additions and 337 deletions
|
|
@ -93,7 +93,7 @@ Usage of jet:
|
|||
|
||||
err = postgres.Generate(destDir, genData)
|
||||
|
||||
case jet.MySql.Name:
|
||||
case jet.MySQL.Name:
|
||||
if host == "" || port == 0 || user == "" || dbName == "" {
|
||||
fmt.Println("\njet: required flag missing")
|
||||
flag.Usage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue