infi.clickhouse_orm/docs/index.md
Itai Shirav 969070f1ae - Drop py2.7 support
- Add ipv4/6 fields and funcs
- Support funcs as alias/materialized expressions
2019-10-27 19:47:59 +02:00

524 B

Overview

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.

Version 1.x supports Python 2.7 and 3.5+. Version 2.x dropped support for Python 2.7, and works only with Python 3.5+.

Installation

To install infi.clickhouse_orm:

pip install infi.clickhouse_orm

Table of Contents | Models and Databases >>