Quick question, if you’re running Prisma w. Yoga, ...
# orm-help
e
Quick question, if you’re running Prisma w. Yoga, is there any reason to choose MySQL over MongoDB and vice versa?
m
It depends on what you want to build. The main reason to use MongoDB over SQL are embedded types. If you think those are important for you go with Mongo otherwise use SQL.
e
Great! Thank you for the answer
v
Or if you want total order isolation (required by some laws) then pick mysql/postgres. I use postgres for all my prisma stuff, it has been smooth sailing.