Html – is it possible to build a local website that can access a .db file and dynamically update pages without a webserver?
I have a .db file made using sqlite that contains information about stories that were scraped from the internet (title, author, summary, file path, .etc). I plan for all the story files to be in one folder and then use…