infi.clickhouse_orm/docs/index.md
2017-05-11 05:46:42 +03:00

442 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.

It was tested on Python 2.7 and 3.5.

Installation

To install infi.clickhouse_orm:

pip install infi.clickhouse_orm

Table of Contents | Models and Databases >>