I've been using the struct plugin to get some structured data along with the bureaucracy plugin to try it out.
Using the tutorials here and here provided by the documentation, I then got stuck as some feature seems to be seemingly missing.
I did as the tutorial said and added some new entries to my database table.



The problem I'm having is that now that I've inserted new entries (or rows) into my database, that I have no way of modifying this information, as it exists inside sqlite and isn't present in my page's inline metadata markup.
So how can I modify the newly added information.
I can't find it anywhere, except by doing SQL queries directly to debug things. I can't find that data on my entire website either.

