Skip to content

Commit

Permalink
libraries: Add Python driver (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan authored May 2, 2024
1 parent d3b5edb commit a89c912
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/13.libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ 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 | 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` |
| Language/Framework | Links | Status | Package manager command |
| --------------------------------- | --------------------------------------------------------------------------------------------------- | -------- | ------------------------- |
| Rust (`skytable`) | [GitHub](https://github.com/skytable/client-rust), [crates.io](https://crates.io/crates/skytable) | Stable ✅ | `cargo add skytable` |
| Python (`skytable-py`) | [GitHub](https://github.com/skytable/client-py), [PyPI](https://pypi.org/project/skytable-py/) | Beta | `pip install skytable-py` |
| NodeJS (JS/TS) (`skytable-node`) | [GitHub](https://github.com/skytable/client-nodejs), [npm](https://npmjs.com/package/skytable-node) | Alpha 🏗 | `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 a89c912

Please sign in to comment.