## Description ### payload - Removes calls to beginTransaction and commitTransaction from read operations ### db-sqlite, db-postgres - beginTransaction() options are passed through and used to create a transaction - declare module type adds beginTransaction with proper transaction config args for postgres and 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.