I've been writing an app using prisma and getting ...
# orm-help
c
I've been writing an app using prisma and getting to the point I need to actually set up my servers and launch it, and now I'm wondering, it supports 3 databases now... Is one of them actually recommended? Is there a comparison of performance between the 3 specific to prisma, comparison of stability or features?
h
My personal favorite is postgres.
I believe you will not be able to use Mongo as it uses the new datamodel so go with postgres imo
c
ok thanks