adapter-mongodb
I’ve been trying to implement and use a custom adapter-mongoDB for Prisma, but I'm encountering the following error: However, my Prisma schema does include the necessary preview feature: So it seems like Prisma isn’t recognizing that driverAdapters is enabled, even though it's clearly specified in the generator block. Any ideas on what might be causing this or how to resolve it?
3 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai if you get antsy for a second opinion!oh... sorry, I see the following: I can't create custom adapters for a non-SQL database...
GitHub
Create a custom adapters for a non-SQL databases. (mongodb, etc...)...
Feature Summary Add the possibility to create custom adapters for a non-SQL databases as mongodb to support new architecture (queryCompiler/driverAdapters/Rust-Free ORM). Use Cases & Problem De...