You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1583 from ydb-platform/examples
alias for scripting fake txx to query fake tx + refactored examples and SLO's for using database/sql legacy and propose implementations + added example for goose
Copy file name to clipboardExpand all lines: SQL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -651,4 +651,4 @@ db := sql.OpenDB(connector)
651
651
652
652
## Example of usage <a name="example"></a>
653
653
654
-
[Basic example](https://github.com/ydb-platform/ydb-go-examples/tree/master/basic) about series written with `database/sql` driver for `YDB` placed in [examples repository](https://github.com/ydb-platform/ydb-go-examples/tree/master/database_sql)
654
+
[Basic example](https://github.com/ydb-platform/ydb-go-sdk/tree/master/examples/basic/native/query) about series written with `database/sql` driver for `YDB` placed in [examples repository](https://github.com/ydb-platform/ydb-go-sdk/tree/master/examples/database/sql)
0 commit comments