From 2b1cc52b5f36e9a5c2493ffb13871b2bb6c0d0e3 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Sat, 30 Dec 2023 07:10:42 +0000 Subject: [PATCH] Fix client driver links --- docs/13.libraries.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/13.libraries.md b/docs/13.libraries.md index 1f11df3a6..e27772df6 100644 --- a/docs/13.libraries.md +++ b/docs/13.libraries.md @@ -8,10 +8,10 @@ title: Client drivers The drivers that are officially maintained can be expected to be feature complete and stable. We currently support the following drivers: -| Language/Framework | Source Code | Status | -| ------------------------------ | --------------------------------------------------- | -------- | -| Rust | [GitHub](https://github.com/skytable/client-rust) | Stable ✅ | -| NodeJS (JavaScript/TypeScript) | [GitHub](https://github.com/skytable/client-nodejs) | Beta 🏗 | +| Language/Framework | Links | Status | Package manager command | +| ------------------------------ | --------------------------------------------------------------------------------------------------- | -------- | ----------------------- | +| Rust | [GitHub](https://github.com/skytable/client-rust), [crates.io](https://crates.io/crates/skytable) | Stable ✅ | `cargo add skytable` | +| NodeJS (JavaScript/TypeScript) | [GitHub](https://github.com/skytable/client-nodejs), [npm](https://npmjs.com/package/skytable-node) | Beta 🏗 | `npm i skytable-node` | :::info More lanugages The team is always looking to support more languages and we wish we could ship more drivers. But due to limited