Merge pull request #3169 from ShawnChen-Sirius/add-chdb
Some checks are pending
CI / test (push) Waiting to run
Deploy Website / deploy (push) Waiting to run

This commit is contained in:
Jinyang 2026-05-28 10:52:11 +04:00 committed by GitHub
commit 1f915d6209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.