mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 17:16:34 +03:00
docs
This commit is contained in:
parent
be1cbdee76
commit
0433ac1087
|
@ -82,6 +82,8 @@ class SensorData(models.Model):
|
||||||
data = SensorData(date=date.today(), temperatures=[25.5, 31.2, 28.7], humidity_levels=[41, 39, 66])
|
data = SensorData(date=date.today(), temperatures=[25.5, 31.2, 28.7], humidity_levels=[41, 39, 66])
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that multidimensional arrays are not supported yet by the ORM.
|
||||||
|
|
||||||
Working with materialized and alias fields
|
Working with materialized and alias fields
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user