Prisma currently supports these 5 databases: - Pos...
# orm-help
y
Prisma currently supports these 5 databases: • PostgreSQL • MySQL • MongoDB • SQL Server • SQLite Assuming I had no preference and could could go with either of these databases, which would be the most recommended choice based on short-term and long-term Prisma support?
r
@Yaakov 👋 We will be supporting all databases long-term, but if you’re starting with a production project today, I would recommend going for a SQL database as Mongo is still in preview.
y
@Ryan Which of the 4 SQL options is the most supported by Prisma. IOW which database will allow me to exclusively utilize the Prisma tools without needing to resort to raw statements and other workarounds? Thanks!
r
I would say either Postgres or MySQL would be the ones to go for.
y
Thanks!!
👍 1
a
+1 for Postgres
👍 2