clickhouse-driver

Package — DatabasePython 3.7+Intermediate

Python driver for ClickHouse columnar analytics database

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pytz, tzlocal
Install
pip install clickhouse-driver

Learn by Difficulty

Quick Example

python
# Install: pip install clickhouse-driver
import clickhouse_driver

# Basic clickhouse-driver usage
print(f"Using clickhouse-driver")
# See documentation for detailed examples

clickhouse-driver is a third-party package. Python driver for ClickHouse columnar analytics database. Install with: pip install clickhouse-driver

Try in Playground

Tags

packagedatabaseormpersistence