I am trying to deploy a backend service which uses a MySQL database. I am not sure if I am understanding this correct, so I wanted to ask.
I want to host both the backend (fastAPI app) and database (MySQL) through Fly. Does it mean that I need to make 2 Fly apps: one for the backend and one for MySQL? I am a little confused about this and cannot find examples.