From b0bcc9bfa783da5cc4469a09fcf0e107686958d1 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Thu, 6 May 2021 19:23:39 +0530 Subject: [PATCH] Add link to driver --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9d738b..ceb45c81 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ You can learn more about installation [here](https://skytable.github.io/docs/get ## Clients 🔌 -Until we release an official driver, you'll have to write your own clients — all you need to do is implement the simple and performant [Terrapipe protocol spec](https://skytable.github.io/docs/protocol/terrapipe). +The project currently maintains an official [Rust driver](https://github.com/skytable/client-rust) and we have plans +to support more languages along the way! If you want to use a different language, for now you'll just need to do +implement the simple and performant [Terrapipe protocol spec](https://skytable.github.io/docs/protocol/terrapipe). ## Community 👐