Add northwind db.
This commit is contained in:
parent
57added50a
commit
0a417a14d6
5 changed files with 139327 additions and 1 deletions
3912
tests/init/data/northwind.sql
Normal file
3912
tests/init/data/northwind.sql
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -24,6 +24,7 @@ func main() {
|
|||
"dvds",
|
||||
"test_sample",
|
||||
"chinook",
|
||||
"northwind",
|
||||
}
|
||||
|
||||
for _, schemaName := range schemaNames {
|
||||
|
|
@ -33,6 +34,8 @@ func main() {
|
|||
|
||||
_, err = db.Exec(string(testSampleSql))
|
||||
|
||||
panicOnError(err)
|
||||
|
||||
err = postgres.Generate("./.gentestdata", postgres.DBConnection{
|
||||
Host: dbconfig.Host,
|
||||
Port: "5432",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue