ydb-nodejs-sdk
ydb-nodejs-sdk copied to clipboard
Add Query service to the SDK
Implement BETA version of query service API
Closes #343
Now for each Table, Query client we create its own instances of discovery service, session pool etc. It seems logical to use the same instances in both clients. These is not done as part of #342
Also, it is necessary to clarify how topics are related to sessions. Preliminary sends may be bound to transactions. In this case, sessions are obtained from table service.
closes #337