Join Slack
Powered by
Prisma deploy to heroku can you use mysql as datat...
# orm-help
n
Nick
06/28/2018, 9:46 PM
Prisma deploy to heroku can you use mysql as datatype?
n
notrab
06/28/2018, 9:53 PM
You’d need to provide the url for MySQL on your service creation. Since Heroku favours Postgres.
notrab
06/28/2018, 9:54 PM
If you opt for Postgres, you can tell Prisma to set that up on Heroku during setup.
n
Nick
06/28/2018, 10:05 PM
Okay so the other database providers aws, azure and google cloud will they support mysql. They should add mlab for mongo db support.
Nick
06/28/2018, 10:09 PM
Maybe aws will support mysql
n
nilan
07/05/2018, 12:02 PM
@Nick
yes you can use MySQL as a database, but not hosted on Heroku 🙂
n
Nick
07/05/2018, 12:05 PM
Why not add this as option for database provider
https://aws.amazon.com/getting-started/tutorials/create-mysql-db/
Open in Slack
Previous
Next