AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Maintaining MongoDB and Drizzle Implementation in Payload Library
The chapter discusses an elegant way to maintain the MongoDB implementation and the Drizzle implementation in the payload library. They explain that they use an adapter pattern where you install a separate package for the database adapter you want to use. They also mention that the test suite runs against both adapters and discuss the challenges of managing the library with a small team.