Alternative use of MYSQL instead of PostgreSQL
MarcoAntonioValencia opened this issue · 1 comments
MarcoAntonioValencia commented
Hello, i wanted to know if there's anything particular that is being used from postgreSQL that does not exist in other sql db managers that could impede using others, or is it posible to just switch for example to MySQL
Thank you.
jrCleber commented
The API works exclusively with the Postgres manager. However, Prisma ORM is very flexible, and you can easily change the schema to MySQL by following the Prisma documentation.