Client drivers

Official 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 (skytable) GitHub,crates.io Stable ✅ cargo add skytable
Python (skytable-py) GitHub,PyPI Beta pip install skytable-py
NodeJS (JS/TS) (skytable-node) GitHub,npm Alpha 🏗 npm i skytable-node

More lanugages

The team is always looking to support more languages and we wish we could ship more drivers. But due to limited resources we haven’t been able to. If you’re willing to write a driver (it’s super easy to), jump into our chat!

Community powered

List of community powered drivers (sorted alphabetically):

Language/Framework Client source code Upstreamed License Remarks
C#/.NET
C# driver Apache-2.0 Available onNuGet
Go
Go driver Apache-2.0 Written from scratch
Go driver Apache-2.0 Easy for migration from go-redis
JavaScript/TypeScript (Node)
NodeJS Driver Apache-2.0 Available onnpm
PHP
PHP client driver MIT Can be found onPackagist