infi.clickhouse_orm/docs/index.md
Itai Shirav 113ac7ad4a docs
2020-05-28 19:38:41 +03:00

17 lines
522 B
Markdown

Overview
========
This project is simple ORM for working with the [ClickHouse database](https://clickhouse.tech/). 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](toc.md) | [Models and Databases >>](models_and_databases.md)