From 3980c125b46660cd0c60727adfd215ef00ae5a12 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 28 Sep 2023 17:38:54 +0900 Subject: [PATCH] add DuckDB (embedded OLAP database) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 112fc7d..6e80cd4 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny *Database Libraries, SQL Servers, ODBC Drivers, and Tools* * [ClickHouse](https://github.com/ClickHouse/clickhouse-cpp) - C++ client for ClickHouse DBMS. [Apache2] +* [DuckDB](https://duckdb.org/) - in-process SQL OLAP Database Management System. [MIT] * [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3. [BSD] * [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. [BSD] * [Kvrocks](https://github.com/apache/incubator-kvrocks) - A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. [Apache2]