'3rd party app for hooking up a web based UI to server DB tables

I have a DB on my server with information on users, games, and stats, etc. In order to analyze and understand various stats, I need to perform both complex and simple queries cross-comparing tables in my DB. I don't have time to develop a user-friendly interface that allows me to perform queries and view results in a visual way. Can anyone recommend a good 3rd party solution for this ? Thanks.



Solution 1:[1]

Try this opensource project to create web gui (CRUD) to any datasource which support crud operations: https://github.com/vku1/sqlweb

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 VKU