diff --git a/README.md b/README.md index 745ebff..5ae77e9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ - [Text processing](#text-processing) - [Graphics](#graphics-1) - [Web](#web-1) + - [Database clients](#database-clients) - [Audio](#audio) - [Operating System](#operating-system) - [Automation](#automation) @@ -118,6 +119,10 @@ - [vweb](https://github.com/vlang/v/tree/master/vlib/vweb) - V's built-in web framework. Used by Vorum. - [v-jsonrpc](https://github.com/nedpals/v-jsonrpc) - Basic JSON-RPC 2.0-compliant server written on V. +### Database clients + +- [redis](https://github.com/patrickpissurno/vredis) - Redis client for V, written in V. + ### Audio - [vave](https://github.com/thecodrr/vave) - A crazy simple library for reading/writing WAV files in V. 🌊