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
Ryan
11/01/2021, 1:25 PM
@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
Yaakov
11/01/2021, 1:36 PM
@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
Ryan
11/01/2021, 1:38 PM
I would say either Postgres or MySQL would be the ones to go for.