From 954dca36b3b0f4138c6421134e39ee519a81fdae Mon Sep 17 00:00:00 2001 From: Kemal Diri Date: Sat, 16 Jan 2021 21:36:58 +0100 Subject: [PATCH] Add clickhouse-driver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c844d5b9..f3c3347c 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Other Relational Databases * [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. * [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). + * [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. * NoSQL Databases * [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. * [happybase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase.