forked from ydb-platform/ydb-nodejs-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# YDB Node.js SDK Roadmap | ||
## Legend | ||
We use the following symbols as abbreviations: | ||
|
||
1. ㉓ - feature appeared in the Roadmap for 2023; | ||
1. ㉔ - feature appeared in the Roadmap for 2024; | ||
1. ✅ - feature has been released; | ||
1. 🚧 - feature is partially available and is under development; | ||
1. ❌ - feature has been refused; | ||
1. 🔥 - not yet released, but we are in rush. | ||
|
||
## Features | ||
1. ㉔ Add Query Service support | ||
1. ㉔ Simplify Type Casting for users | ||
1. ㉔ Implement TypeOrm support | ||
1. ㉔ Tracing operations on the SDK side |