ydb-nodejs-sdk
ydb-nodejs-sdk copied to clipboard
feat: add support for using keyword
Pull request type
Please check one the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What does it do?
Adds disposable support
Why is it needed?
Closes #353
How to test it?
{
await using driver = new Driver()
}
// driver destroyed
Related issue(s)/PR(s)
#353