From 2b1a374863de0daf6558774430b67f0590426f13 Mon Sep 17 00:00:00 2001 From: SouravRoy-ETL Date: Sat, 25 Apr 2026 14:25:43 +0530 Subject: [PATCH] Add SlothDB to C / CPP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d13add..4a73b7c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin * [tokudb-engine](https://github.com/Tokutek/tokudb-engine)- TokuDB is a high-performance, write optimized, compressing, transactional storage engine for MySQL and MariaDB * [TokuMX](https://github.com/Tokutek/mongo)- TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB * [VoltDB](https://github.com/VoltDB/voltdb/) - VoltDB is a horizontally-scalable, in-memory SQL RDBMS designed for applications that have extremely high read and write throughput requirements. +* [SlothDB](https://github.com/SouravRoy-ETL/slothdb) - Embedded analytical SQL database in C++20. Reads Parquet, CSV, JSON, Avro, Arrow, SQLite, and Excel directly. [website](https://slothdb.org) ## dot-net