Skip to main content

ClickHouse SQLAlchemy Dialect for Schatz Platform

Project description

schatz-sqlalchemy-clickhouse
=====================

ClickHouse dialect for SQLAlchemy used on Schatz Platform.

Installation
------------

The package is installable through PIP::

pip install schatz-sqlalchemy-clickhouse

Usage
-----

The DSN format is similar to that of regular Postgres::

>>> import sqlalchemy as sa
>>> sa.create_engine('clickhouse://username:password@hostname:port/database')
Engine('clickhouse://username:password@hostname:port/database')

It implements a dialect, so there's no user-facing API.

Testing
-------

The dialect can be registered on runtime if you don't want to install it as::

from sqlalchemy.dialects import registry
registry.register("clickhouse", "base", "dialect")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

schatz-sqlalchemy-clickhouse-0.0.2.post3.tar.gz (12.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page