From 6a31ced62aad3e2a13744496f4388c0a26e4282a Mon Sep 17 00:00:00 2001 From: ajinkya Date: Tue, 29 Apr 2025 07:31:06 +0530 Subject: [PATCH] Add DuckDB to the database section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..deb14d41 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pickleDB](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python. * [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. * [zodb](https://github.com/zopefoundation/ZODB) - A native object database for Python. A key-value and object graph database. +* [DuckDB](https://duckdb.org/) - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads. ## Database Drivers