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 | |
---|---|
Package | |
Docs |
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.