Module ydb_unofficial::client
source · Structs
TableServiceClientwith active session. for each method (that requires session_id) table client injects session_id field Session may be invalid. In this case you need to recreate that client withYdbConnection::table- Common Ydb client, that wraps GRPC(s) transport with needed headers
TableServiceClientwith active session and transaction
Traits
- Trait to creates tokens for ydb auth
Functions
- Creates endpoint from uri If protocol is
grpcs, then createstonic::transport::ClientTlsConfigand applies toEndpoint