Adminer Access on Yeti Web

Hello,

Is there any way i can access the Adminer ?
I am new to Ruby.

What is Adminer?

Any web-interface to access the Database, for Mysql people use PHPMyAdmin.
For postgresql i use adminer as a web interface to access the DB.

https://www.adminer.org/

You can install it on your own risk. But I don’t recommend do any direct changes in database. Also such web interfaces for databases it is bad idea on production system.

Understood. Thank you.