mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-15 05:36:37 +03:00
12 lines
318 B
Markdown
12 lines
318 B
Markdown
|
Overview
|
||
|
========
|
||
|
|
||
|
This project is simple ORM for working with the [ClickHouse database](https://clickhouse.yandex/). It allows you to define model classes whose instances can be written to the database and read from it.
|
||
|
|
||
|
Installation
|
||
|
------------
|
||
|
|
||
|
To install infi.clickhouse_orm:
|
||
|
|
||
|
pip install infi.clickhouse_orm
|