/
githubmirror
/
ydb-go-sdk
ОбзорДокументацияВойти
/
githubmirror
/
ydb-go-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
ydb-go-sdk/
sugar/
..
certificates.go

enabled nlreturn (#1027)

3 года назад
check_exists.go

enabled nlreturn (#1027)

3 года назад
dsn.go

* Added `sugar.WithUserPassword(user,password)` option for `sugar.DSN()` helper * Added `sugar.WithSecure(bool)` option for `sugar.DSN()` helper * Small breaking change: `sugar.DSN` have only two required parameters (endpoint and database) from now on. Third parameter `secure` must be passed as option `sugar.WithSecure(bool)`

2 года назад
dsn_test.go

* Added `sugar.WithUserPassword(user,password)` option for `sugar.DSN()` helper * Added `sugar.WithSecure(bool)` option for `sugar.DSN()` helper * Small breaking change: `sugar.DSN` have only two required parameters (endpoint and database) from now on. Third parameter `secure` must be passed as option `sugar.WithSecure(bool)`

2 года назад
errors.go

* Added `sugar.PrintErrorWithoutStack` and `sugar.UnwrapError` helpers (#1818)

год назад
errors_test.go

* Added `sugar.PrintErrorWithoutStack` and `sugar.UnwrapError` helpers (#1818)

год назад
example_test.go

* Splitted experimental method `query.Client.Execute` to methods `query.Client.Exec` without result and `query.Client.Query` with result * Renamed experimental method `query.Client.ReadResultSet` to `query.Client.QueryResultSet` * Renamed experimental method `query.Client.ReadRow` to `query.Client.QueryRow` * Removed experimental methods `query.Session.ReadResultSet` and `query.Session.ReadRows` * Removed experimental methods `query.Transaction.ReadResultSet` and `query.Transaction.ReadRows` * Removed experimental method `query.Client.Stats`

2 года назад
kv.go

Added sugar.NewKV and redis-like example (#2094)

месяц назад
kv_test.go

Added sugar.NewKV and redis-like example (#2094)

месяц назад
params.go

Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)

4 месяца назад
params_test.go

* Added public package `github.com/ydb-platform/ydb-go-sdk/v3/types` and marked as deprecated all public API in `github.com/ydb-platform/ydb-go-sdk/v3/table/types` as deprecated (#2217)

месяц назад
path.go

Added sugar.NewKV and redis-like example (#2094)

месяц назад
path_test.go

Added sugar.NewKV and redis-like example (#2094)

месяц назад
query.go

perf(query): return io.EOF directly without xerrors.WithStackTrace in result iteration (#2123)

3 месяца назад
query_iterators_test.go

added tests for unmarshaler

2 года назад
query_test.go

added tests for unmarshaler

2 года назад
result.go

perf(query): return io.EOF directly without xerrors.WithStackTrace in result iteration (#2123)

3 месяца назад
stack.go

* Added `sugar.StackRecord()` helper for stringification of current file path and line

3 года назад
stack_test.go

* Added `sugar.StackRecord()` helper for stringification of current file path and line

3 года назад