Skip to content

Commit fac9282

Browse files
authored
Update README.md
1 parent 8231cea commit fac9282

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ if queryErr != nil {
6161
```
6262
* usage with `database/sql`
6363
```golang
64+
import (
65+
"context"
66+
"database/sql"
67+
"log"
68+
69+
_ "github.com/ydb-platform/ydb-go-sdk/v3"
70+
)
71+
72+
...
73+
6474
db, err := sql.Open("ydb", "grpcs://localhost:2135/local")
6575
if err != nil {
6676
log.Fatal(err)

0 commit comments

Comments
 (0)