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
Payload Drizzle Adapter
The Drizzle package is used by db-postgres and db-sqlite for shared functionality of SQL databases. It is not meant to be used directly in Payload projects.