Update README.md
This commit is contained in:
parent
87373f1425
commit
3e9eda28c1
2 changed files with 27 additions and 25 deletions
|
|
@ -4,9 +4,10 @@ import (
|
|||
"database/sql"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
_ "github.com/lib/pq"
|
||||
"io/ioutil"
|
||||
|
||||
_ "github.com/lib/pq"
|
||||
|
||||
// dot import so that jet go code would resemble as much as native SQL
|
||||
// dot import is not mandatory
|
||||
. "github.com/go-jet/jet/v2/examples/quick-start/.gen/jetdb/dvds/table"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue