Skip to content

sswest/ch-orm

 
 

Repository files navigation

A fork of infi.clikchouse_orm aimed at more frequent maintenance and bugfixes.

This repository is expected to use more type hints and only supports Python 3.7+.

Supports both synchronous and asynchronous ways to interact with the clickhouse server. Means you can use asyncio to perform asynchronous queries.

Build Python 3.7 TestsPython 3.8 TestsPython 3.9 TestsPython 3.10 Tests
Package PyPIPyPI versionPyPI WheelCoverage StatusCode style: black
Docs Documentation

Introduction

This project is simple ORM for working with the ClickHouse database.

It allows you to define model classes whose instances can be written to the database and read from it.

This and other examples can be found in the examples folder.

To learn more please visit the documentation.

About

A Python library for working with the ClickHouse database (https://clickhouse.yandex/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%