Freezer
Freezer is a tool to help developers discover which database records are created by some application's action and which tables received these new records because that action.
It makes much easier to spot these tables and its new records, understand how the third-party application interacts with the database and also how relationships are made.
Latest version
0.16.2
Currently only MySQL/MariaDB is supported.
Objective
The goal of this tool is to shorten the time that developers need to understand the structure of a given database identifying in which tables the third-party application, like Moodle, HumHub or Elgg for instance, inserts new records depending on the action the application performed, so the developer can focus directly on the tables that primarily matter for that specific action.
Or maybe you just want to quickly know which tables are affected by some application's action.
Freezer can connect to any MySQL/MariaDB database, not…