Additional generator tests.
This commit is contained in:
parent
fd11c377b9
commit
31ec532b6d
4 changed files with 195 additions and 6 deletions
|
|
@ -39,7 +39,7 @@ func main() {
|
|||
|
||||
err = postgres.Generate("./.gentestdata", postgres.DBConnection{
|
||||
Host: dbconfig.Host,
|
||||
Port: "5432",
|
||||
Port: 5432,
|
||||
User: dbconfig.User,
|
||||
Password: dbconfig.Password,
|
||||
DBName: dbconfig.DBName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue