All the changes are "local", the database cannot be modified really as is hosted in Github and there are no write permissions in there. If you make changes and then refresh the page the original data will be back.
Nicely done there Piggy, i'm sure you'll build on it furthermore. Perhaps you could transform de unix date field into common date field for viewers who cannot do it themselves.
Yes can be further improved for sure. I'll improve the data quality so can be used easily and more effectively.
create table MeritData(
Date Float,
Merit Integer,
Msg TEXT,
FromID Float,
ToID Float,
Board TEXT,
SubBoard TEXT
)
Yes, that above was just to show the field in the table
I was interested in SELECT all query.
SELECT * FROM MeritData;
And...
This things are getting really interesting for me. May be I want to start learning how to scrape data

Good job mate.
PS: It took long time to pull-up the entire table (Letting you know only - hoping you can do something)
Not much can be done there, prefer to keeping it "unchecked", everything run on local so no harm is done.