code-chat-br / whatsapp-api

CodeChat - WhatsApp Api
https://docs.codechat.dev
Apache License 2.0
566 stars 236 forks source link

Alternative use of MYSQL instead of PostgreSQL #92

Closed MarcoAntonioValencia closed 8 months ago

MarcoAntonioValencia commented 8 months ago

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 8 months ago

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.