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.
2 parents 72c8364 + 822d6fd commit c804837Copy full SHA for c804837
params_builder.go
@@ -2,6 +2,11 @@ package ydb
2
3
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/params"
4
5
+// ParamsBuilder used for create query arguments instead of tons options.
6
+//
7
+// # Experimental
8
9
+// Notice: This API is EXPERIMENTAL and may be changed or removed in a later release.
10
func ParamsBuilder() params.Builder {
11
return params.Builder{}
12
}
0 commit comments