In order to test my migrations, I would like to be able to consult my Qovery managed database. Is it possible to get an access to the DB by RDS or to access it via psql, for an example, with the Qovery shell ?
In the worst case I imagine deploying a pgAdmin or other app to consult the database but I would like to go through an existing infrastructural way if possible.
Indeed, you can use qovery shell to connect to your PostgreSQL database since your application is able to connect to it. You only need to have psql binary available on the running container. Let me know how it goes