On stages other than DEV it is often hard to troubleshoot or fix data inconsistencies because of the lack of database access in ODC.
This app offers a solution for this by enabling querying the database using the physical table names. No entities need to be made public for this app to function. Besides viewing and downloading data, data can also be updated or deleted when required.
WARNING: Know what you are doing, you can break stuff on production with this, there is no roll-back. No warranties.
Entity names have to be mapped to physical table names manually. There are no roll-backs, commits are immediate.
Removed Outsystems SampleData dependency
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)