Add DuckDB to the database section

This commit is contained in:
ajinkya
2025-04-29 07:31:06 +05:30
parent 2252650cfd
commit 6a31ced62a

View File

@@ -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. * [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. * [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. * [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 ## Database Drivers