Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Query.filter method #71

Closed Jaymon closed 3 years ago

Jaymon commented 6 years ago

I should add a method like this to Query:

def filter(self, callback):
    self.ifilter = callback
    return self

Then it will pass the ifilter to the iterator