This PR adds support for `not_like` as a query operation. Functions just as a negative to `like`, uses `ilike` in postgres and `like` in sqlite
This PR adds support for `not_like` as a query operation. Functions just as a negative to `like`, uses `ilike` in postgres and `like` in sqlite