Prisma deploy to heroku can you use mysql as datat...
# orm-help
n
Prisma deploy to heroku can you use mysql as datatype?
n
You’d need to provide the url for MySQL on your service creation. Since Heroku favours Postgres.
If you opt for Postgres, you can tell Prisma to set that up on Heroku during setup.
n
Okay so the other database providers aws, azure and google cloud will they support mysql. They should add mlab for mongo db support.
Maybe aws will support mysql
n
@Nick yes you can use MySQL as a database, but not hosted on Heroku 🙂
n
Why not add this as option for database provider https://aws.amazon.com/getting-started/tutorials/create-mysql-db/