- reduces unnecessary shallow copying within operations by removing unnecessary spreads or .map()'s - removes unnecessary `deleteMany` call in `deleteUserPreferences` for auth-enabled collections - replaces all instances of `validOperators.includes` with `validOperatorMap[]`. O(n) => O(1) - optimizes the `sanitizeInternalFields` function. Previously, it was doing a **lot** of shallow copying
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.