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 afaaaf4 commit 14d9379Copy full SHA for 14d9379
README.md
@@ -37,7 +37,7 @@ var ydbConnectionBuilder = new YdbConnectionStringBuilder
37
CredentialsProvider = credentialsProvider // Credentials provider, see "Credentials" section
38
};
39
40
-await using var connection = new YdbConnection();
+await using var connection = new YdbConnection(ydbConnectionBuilder);
41
await connection.OpenAsync();
42
43
var ydbCommand = connection.CreateCommand();
0 commit comments