ydb-nodejs-sdk
ydb-nodejs-sdk copied to clipboard
YDB Node.js SDK
# 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....
new MetadataAuthService(new MetadataTokenService()) gives invalid service, since internal field MetadataTokenServiceClass is not initialized
https://ydb.tech/ru/docs/reference/ydb-sdk/recipes/tx-control
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...
Update the protobuffers in https://www.npmjs.com/package/ydb-sdk-proto and check that this doesn't break the ydb sdk
# Codebase Improvement Request ## Describe the Codebase Improvement Request
In YC serverless functions get a YDB UNAUTHENTICATED error after 12 hours after startup, which coincides with the lifetime of the Iam token
# 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...