code-chat-br / whatsapp-api

CodeChat - WhatsApp Api

Home Page:https://docs.codechat.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative use of MYSQL instead of PostgreSQL

MarcoAntonioValencia opened this issue · comments

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.

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.