select(p for p in Product if p.name.startswith('A') and p.cost <= 1000)
I feel like maybe something similar could happen to make the syntax more native for Amaranth.
I feel like maybe something similar could happen to make the syntax more native for Amaranth.