From 818c7138ff1ce8bd07ae129ad0616b9a25d73c0a Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Fri, 13 Aug 2021 06:55:11 -0700 Subject: [PATCH] Update docs [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed83ef5a..e620eeca 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,13 @@ You can learn more about installation [here](https://docs.skytable.io/getting-st - **Resource friendly**: The database server doesn't need more than 1MB to run - **Convenient**: Without the setup hassle and system-specific dependencies -(...with more on the way) +**🛣️ There's a lot more coming! View our [roadmap](https://github.com/skytable/skytable/issues/203)** ## Clients 🔌 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! +We also maintain a list of [community supported drivers here](https://github.com/skytable/skytable/wiki/Drivers). If you want to use a different language, for now you'll just need to implement the simple and performant [Skyhash Protocol](https://docs.skytable.io/protocol/skyhash).