From bb414a5e475023133e96820d77ac546b0b3e0aef Mon Sep 17 00:00:00 2001 From: solovboy Date: Wed, 13 Dec 2023 16:07:53 +0300 Subject: [PATCH] chore: Roadmap YDB Node.js SDK --- README.md | 3 +++ ROADMAP.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 67fc619f..5fff5cf3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..00f6e331 --- /dev/null +++ b/ROADMAP.md @@ -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 \ No newline at end of file