Additional generator tests.

This commit is contained in:
go-jet 2019-07-19 12:39:10 +02:00
parent fd11c377b9
commit 31ec532b6d
4 changed files with 195 additions and 6 deletions

View file

@ -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,