Switch to hosting on source.gleipnir.technology
All checks were successful
/ test (push) Successful in 3s
All checks were successful
/ test (push) Successful in 3s
This commit is contained in:
parent
30cc7321c5
commit
34e5dcbb17
172 changed files with 493 additions and 490 deletions
|
|
@ -10,11 +10,11 @@ import (
|
|||
|
||||
// dot import so that jet go code would resemble as much as native SQL
|
||||
// dot import is not mandatory
|
||||
. "github.com/Gleipnir-Technology/jet/examples/quick-start/.gen/jetdb/dvds/table"
|
||||
. "github.com/Gleipnir-Technology/jet/postgres"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/examples/quick-start/.gen/jetdb/dvds/table"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
|
||||
"github.com/Gleipnir-Technology/jet/examples/quick-start/.gen/jetdb/dvds/enum"
|
||||
"github.com/Gleipnir-Technology/jet/examples/quick-start/.gen/jetdb/dvds/model"
|
||||
"source.gleipnir.technology/Gleipnir/jet/examples/quick-start/.gen/jetdb/dvds/enum"
|
||||
"source.gleipnir.technology/Gleipnir/jet/examples/quick-start/.gen/jetdb/dvds/model"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue