mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Added my Redis client to the list
This commit is contained in:
parent
b72341042b
commit
1543245234
@ -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. 🌊
|
||||
|
Loading…
Reference in New Issue
Block a user