cunybpl / aiodal

async data access layer and related tools for sqlalchemy core
0 stars 0 forks source link

yank filter API #19

Closed bsnacks000 closed 11 months ago

bsnacks000 commented 11 months ago

@tinnaing347 After some consideration I want to yank the oqm.filters. It is too confusing to have multiple divergent APIs for querying list views. We can just as easily pass an object with query params at runtime and write switch blocks.

This keeps the class hierarchy simpler and intuitive.

Since this will remove work from stable 0.3 I will need to bump to 0.4 to remove the API and document this.