From 96da94e633cafafb210a31aca87474ae7996c1a2 Mon Sep 17 00:00:00 2001 From: Shawn Chen Date: Thu, 28 May 2026 17:59:03 +1200 Subject: [PATCH] Add chdb to Database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f83de0ba0e..dfc7676a7f 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ _Libraries for connecting and operating databases._ _Databases implemented in Python._ +- [chdb](https://github.com/chdb-io/chdb) - In-process OLAP SQL engine with the full ClickHouse dialect, zero-copy pandas/Arrow interop, and federation to remote ClickHouse clusters via `remoteSecure()`. - [chromadb](https://github.com/chroma-core/chroma) - An open-source embedding database for building AI applications with embeddings and semantic search. - [duckdb](https://github.com/duckdb/duckdb) - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads. - [pickledb](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python.