mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-02-21 10:40:34 +03:00
Releasing v0.9.0
This commit is contained in:
parent
5735ca301a
commit
ac8a843eee
|
@ -1,8 +1,8 @@
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Unreleased
|
v0.9.0
|
||||||
----------
|
------
|
||||||
- Major new feature: building model queries using QuerySets
|
- Major new feature: building model queries using QuerySets
|
||||||
- Refactor and expand the documentation
|
- Refactor and expand the documentation
|
||||||
- Add support for FixedString fields
|
- Add support for FixedString fields
|
||||||
|
|
|
@ -3,6 +3,8 @@ 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.
|
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.
|
||||||
|
|
||||||
|
It was tested on Python 2.7 and 3.5.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user