From 58c2e31f4abf15f0409457b68345b78652314636 Mon Sep 17 00:00:00 2001 From: Rodrigo Abt Date: Wed, 14 Aug 2024 16:48:59 -0400 Subject: [PATCH] Added vduckdb, a V wrapper for DuckDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b4eb44..10f80ce 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ - [vmemcached](https://github.com/blacktrub/vmemcached) - Memcached client for V, written in V. - [vredis](https://github.com/xiusin/vredis) - A simple, user-friendly, and comprehensive Redis client. - [vsql](https://github.com/lydiandy/vsql) - A sql query builder for V. +- [vduckdb](https://github.com/rodabt/vduckdb) - A DuckDB client wrapper for V. ### Discord