Is it a bad idea to choose to use mongodb with Prisma on the t3 stack?
Basically, there's an already setup mongodb in a project, I could push to use a relational db but for now it will only be used for users so Id probably live with mongo for now.
I've read some stuff here that Prisma doesn't work well with mongo, does anyone know its issues ?
6 Replies
ive used mongo with prisma to store some flat json objects before and it was fine
Does it change much from regular primas schema? I've checked that I complains a bit when I choose the mongodb adaptor
Talking about the default t3 schema.
Nvm, found this https://github.com/krushilnaik/with-prisma-mongodb-nextauth/blob/main/prisma/schema.prisma
GitHub
with-prisma-mongodb-nextauth/schema.prisma at main · krushilnaik/wi...
Contribute to krushilnaik/with-prisma-mongodb-nextauth development by creating an account on GitHub.
Good example of the difference
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
great, glad it was just me, thanks ❤️