Skip to content

Commit

Permalink
Fix client driver links
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Dec 30, 2023
1 parent 3b3aec6 commit 2b1cc52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/13.libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b1cc52

Please sign in to comment.