Update README.
This commit is contained in:
parent
a657b76bef
commit
bc2e8aca42
2 changed files with 41 additions and 33 deletions
|
|
@ -98,7 +98,7 @@ Usage:
|
|||
|
||||
err = postgresgen.Generate(destDir, genData)
|
||||
|
||||
case strings.ToLower(mysql.Dialect.Name()):
|
||||
case strings.ToLower(mysql.Dialect.Name()), "mariadb":
|
||||
|
||||
dbConn := mysqlgen.DBConnection{
|
||||
Host: host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue