Skip to main content

clickhouse query

Project description

ClickHouse Query

Simple example:

from clickhouse_query import models


class TableTest(models.Table):
    class Meta:
        table_name = "table_temp"


q = TableTest().queryset.select("a", "b").where(a__lt=10)

q.get_sql()
#  "SELECT a, b FROM table_temp AS __U_1 WHERE less(a, 10);"

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

clickhouse_query-0.0.2-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

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