if I have no preference between mysql or postgresq...
# orm-help
c
if I have no preference between mysql or postgresql, what is the better option to use with prisma? I understand mysql is the first DB used with prisma but does it mean it's more stable?
j
tbh we’ve seen a performance drop once we migrated from MySQL to PostgreSQL. It might be related to the complexity of our schema (90+ types), but I’d advised to go with MySQL if you have no preference.
j
We are using MongoDb and works fine as well
c
@Julien C. Thanks. May I ask what version of MySQL you are using?
j
5.7.12