File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ 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 | 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 ` |
11+ | Language/Framework | Links | Status | Package manager command |
12+ | --------------------------------- | --------------------------------------------------------------------------------------------------- | -------- | ------------------------- |
13+ | Rust (` skytable ` ) | [ GitHub] ( https://github.com/skytable/client-rust ) , [ crates.io] ( https://crates.io/crates/skytable ) | Stable ✅ | ` cargo add skytable ` |
14+ | Python (` skytable-py ` ) | [ GitHub] ( https://github.com/skytable/client-py ) , [ PyPI] ( https://pypi.org/project/skytable-py/ ) | Beta | ` pip install skytable-py ` |
15+ | NodeJS (JS/TS) (` skytable-node ` ) | [ GitHub] ( https://github.com/skytable/client-nodejs ) , [ npm] ( https://npmjs.com/package/skytable-node ) | Alpha 🏗 | ` npm i skytable-node ` |
1516
1617:::info More lanugages
1718The 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