File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ title: Client drivers
88
99The 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
1717The team is always looking to support more languages and we wish we could ship more drivers. But due to limited
You can’t perform that action at this time.
0 commit comments