ydb-nodejs-sdk icon indicating copy to clipboard operation
ydb-nodejs-sdk copied to clipboard

YDB Node.js SDK

Results 147 ydb-nodejs-sdk issues
Sort by recently updated
recently updated
newest added

# Feature Request ## Describe the Feature Request Automatically declare named expressions for query parameters so that developer could avoid writing "DECLARE $ ... AS Type;" manually for each parameter....

enhancement

new MetadataAuthService(new MetadataTokenService()) gives invalid service, since internal field MetadataTokenServiceClass is not initialized

bug

https://ydb.tech/ru/docs/reference/ydb-sdk/recipes/tx-control

documentation

This leads to garbage messages It should be created if new Driver() was called without logger parameter Also, would be right to get rid of setupLogger(), which is consequence of...

enhancement

Update the protobuffers in https://www.npmjs.com/package/ydb-sdk-proto and check that this doesn't break the ydb sdk

enhancement

# Codebase Improvement Request ## Describe the Codebase Improvement Request

enhancement

In YC serverless functions get a YDB UNAUTHENTICATED error after 12 hours after startup, which coincides with the lifetime of the Iam token

bug

# Feature Request ## Describe the Problem Currently, logging is performed with simple strings, without context, and replacing the logger with your own is not possible everywhere. ## Describe Preferred...

enhancement