neos-development-collection
neos-development-collection copied to clipboard
9.0 Dev & Debugging add human readable node database view
With the optimisations @kitsunet is doing like https://github.com/neos/neos-development-collection/pull/4790 it might become increasingly difficult to easily debug the node table.
The idea is to have a command to create a simple database view (for mariadb) which already joins the hierachyreleations and co to easily navigate.
For real pros this might not be a problem (doing the joins in your head) but ill sure would profit ^^