Update README.md

This commit is contained in:
go-jet 2021-05-17 14:54:26 +02:00
parent 87373f1425
commit 3e9eda28c1
2 changed files with 27 additions and 25 deletions

View file

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