Adminer
From ArchWiki
Adminer is a simple tool for database management. It's possible to manage MySQL, PostgreSQL, Sqlite3, MS SQL and Oracle. It's a simpler alternative to PhpMyAdmin. You can find more pieces of information about this project at official page or Wikipedia.
Installation under Apache
Ensure you do not have an older copy of Adminer:
$ rm -r /srv/http/adminer
Install adminer from the AUR and add the following line to /etc/httpd/conf/httpd.conf:
Include conf/extra/httpd-adminer.conf
Then restart your apache daemon.
# systemctl restart httpd