Yes, absolutely.
- Log into phpymyadmin, then make sure the selected database is 'raspberrypints' (selector is right below the phpMyAdmin logo) at the top left of the first panel).
- click on the 'pours' table in that column and the first page of the pours table will appear.
- now you can Delete individual table entries, or select any number of entries and then click the Delete hotspot just below the table.
- Or, you can edit a table entry, by clicking the Edit hotspot in that row, which will bring you here:
- here you can change the values of, say, the amountPoured and the pulses fields. When done, click the Go button
- If you want to find a bunch of entries that have something searchable in common, with the pours table in view, click on the Search tab at the top of the page. That will bring you to the Search template.
- Say you want to find all of the "tiny pours" for all taps combined in the last year. For this we can set the amountPoured field to, '<=' and '.01' gallons (which is 1.28 ounces) and set the createdDate to ">" and January 1, 2019. Like so:
- click the Go button, and a total of 40 entries across all six of my faucets for 2019 were found:
- One could then selectively delete entries from the table if desired.
There are all kinds of ways to use phpMyAdmin with the R'Pints database, including charting keg volumes...
Cheers!