influxdb3-python
influxdb3-python copied to clipboard
fluent api wanted
trafficstars
Use Case
select * from my_model where a > 1
select(MyModel).where(MyModel.a>1)
Expected behavior
select(MyModel).where(MyModel.a>1)
Actual behavior
select * from my_model where a > 1
Additional info
python sqlalchemy