influxdb3-python icon indicating copy to clipboard operation
influxdb3-python copied to clipboard

fluent api wanted

Open xdewx opened this issue 4 weeks ago • 0 comments
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

xdewx avatar Oct 24 '25 02:10 xdewx