Skip to content

Commit 2b1cc52

Browse files
committed
Fix client driver links
1 parent 3b3aec6 commit 2b1cc52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/13.libraries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ title: Client drivers
88

99
The drivers that are officially maintained can be expected to be feature complete and stable. We currently support the following drivers:
1010

11-
| Language/Framework | Source Code | Status |
12-
| ------------------------------ | --------------------------------------------------- | -------- |
13-
| Rust | [GitHub](https://github.com/skytable/client-rust) | Stable ✅ |
14-
| NodeJS (JavaScript/TypeScript) | [GitHub](https://github.com/skytable/client-nodejs) | Beta 🏗 |
11+
| Language/Framework | Links | Status | Package manager command |
12+
| ------------------------------ | --------------------------------------------------------------------------------------------------- | -------- | ----------------------- |
13+
| Rust | [GitHub](https://github.com/skytable/client-rust), [crates.io](https://crates.io/crates/skytable) | Stable ✅ | `cargo add skytable` |
14+
| NodeJS (JavaScript/TypeScript) | [GitHub](https://github.com/skytable/client-nodejs), [npm](https://npmjs.com/package/skytable-node) | Beta 🏗 | `npm i skytable-node` |
1515

1616
:::info More lanugages
1717
The team is always looking to support more languages and we wish we could ship more drivers. But due to limited

0 commit comments

Comments
 (0)