We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46c080 commit 71e21faCopy full SHA for 71e21fa
README.md
@@ -15,7 +15,7 @@ Supports `table`, `discovery`, `coordination`, `ratelimiter`, `scheme` and `scri
15
16
* connect to YDB
17
```
18
- db, err := ydb.Open(ctx, "grpcs://localhost:2135/?database=/local", ydb.WithAnonymousCredentials())
+ db, err := ydb.Open(ctx, "grpcs://localhost:2135/?database=/local")
19
if err != nil {
20
log.Fatal(err)
21
}
0 commit comments