Skip to content

Commit

Permalink
chore: Roadmap YDB Node.js SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
solovboy authored and Alexey Zorkaltsev committed Dec 13, 2023
1 parent 0b1c448 commit fa2cdf0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Roadmap
You can take a look at our Roadmap for the near future [here](ROADMAP.md).

# How to use
## Install package from NPM
```bash
Expand Down
16 changes: 16 additions & 0 deletions ROADMAP.md
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

0 comments on commit fa2cdf0

Please sign in to comment.