Fixes https://github.com/payloadcms/payload/issues/12628 When using sqlite, the error from the db is a bit different than Postgres. This PR allows us to extract the fieldName when using sqlite for the unique constraint error.
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.