Additional generator tests.
This commit is contained in:
parent
fd11c377b9
commit
31ec532b6d
4 changed files with 195 additions and 6 deletions
|
|
@ -6,7 +6,6 @@ import (
|
|||
"github.com/go-jet/jet/generator/postgres"
|
||||
_ "github.com/lib/pq"
|
||||
"os"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
@ -71,7 +70,7 @@ Usage of jet:
|
|||
|
||||
genData := postgres.DBConnection{
|
||||
Host: host,
|
||||
Port: strconv.Itoa(port),
|
||||
Port: port,
|
||||
User: user,
|
||||
Password: password,
|
||||
SslMode: sslmode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue